diff --git a/site/bisheng.config.js b/site/bisheng.config.js index f56c4a4da0..457dd59a3a 100644 --- a/site/bisheng.config.js +++ b/site/bisheng.config.js @@ -69,7 +69,7 @@ module.exports = { site: path.join(process.cwd(), 'site'), 'react-router': 'react-router/umd/ReactRouter', }; - config.plugins.push(new CSSSplitWebpackPlugin({ imports: true })); + config.plugins.push(new CSSSplitWebpackPlugin({})); config.babel.plugins.push([ require.resolve('babel-plugin-transform-runtime'), diff --git a/site/theme/static/template.html b/site/theme/static/template.html index dbd446cd6a..996e28a17a 100644 --- a/site/theme/static/template.html +++ b/site/theme/static/template.html @@ -6,7 +6,8 @@