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 47973ce commit ccedfc2Copy full SHA for ccedfc2
src/models/Config.js
@@ -19,20 +19,17 @@ class Config {
19
local: {
20
path: './prd/',
21
filename: '[name][ext]',
22
- chunkFilename: '[id].chunk.js',
23
- publicPath: path.join('/', projectDir, 'prd/')
+ chunkFilename: '[id].chunk.js'
24
},
25
dev: {
26
path: './dev/',
27
28
29
- publicPath: path.join('/', projectDir, 'dev/')
30
31
prd: {
32
33
filename: '[name].min[ext]',
34
- chunkFilename: '[id].chunk.min.js',
35
+ chunkFilename: '[id].chunk.min.js'
36
}
37
38
module: {
0 commit comments