Commit e397fd12 authored by suhuiguang's avatar suhuiguang

1.修改work文件名称

parent 87deec1b
...@@ -59,7 +59,7 @@ const defaultConfig = simpleConfig(config); ...@@ -59,7 +59,7 @@ const defaultConfig = simpleConfig(config);
defaultConfig.plugins.push( defaultConfig.plugins.push(
new HtmlInlineCodePlugin([ new HtmlInlineCodePlugin([
{ inject: 'body', begin: true, tag: 'script', attr: { src: '/extra/convertor3d/graphmod.js' } }, { inject: 'body', begin: true, tag: 'script', attr: { src: '/extra/convertor3d/graphmod.js' } },
{ inject: 'body', begin: false, tag: 'script', attr: { src: '/extra/convertor3d/worker.69f3bd5bcb7ff720afa4' } } { inject: 'body', begin: false, tag: 'script', attr: { src: '/extra/convertor3d/worker.69f3bd5bcb7ff720afa4.js' } }
]) ])
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment