We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b130f6 commit 4ed3d10Copy full SHA for 4ed3d10
build/webpack.prod.conf.js
@@ -15,13 +15,6 @@ config.output.chunkFilename = '[id].[chunkhash].js';
15
16
config.devtool = SOURCE_MAP ? 'source-map' : false;
17
18
-// generate loader string to be used with extract text plugin
19
-function generateExtractLoaders(loaders) {
20
- return loaders.map(function(loader) {
21
- return loader + '-loader' + (SOURCE_MAP ? '?sourceMap' : '');
22
- }).join('!');
23
-}
24
-
25
config.plugins = (config.plugins || []).concat([
26
// 复制高度静态资源
27
new CopyWebpackPlugin([
0 commit comments