File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module.exports = function(env) {
37
37
return {
38
38
entry: ' ./index.js' ,
39
39
output: {
40
- filename: ' [chunkhash].[name].js` ,
40
+ filename: ' [chunkhash].[name].js' ,
41
41
path: ' ./dist'
42
42
}
43
43
}
@@ -63,7 +63,7 @@ module.exports = function(env) {
63
63
vendor: ' moment'
64
64
},
65
65
output: {
66
- filename: ' [chunkhash].[name].js ` ,
66
+ filename: ' [chunkhash].[name].js' ,
67
67
path: ' ./dist'
68
68
}
69
69
}
@@ -92,7 +92,7 @@ module.exports = function(env) {
92
92
vendor: ' moment'
93
93
},
94
94
output: {
95
- filename: '[chunkhash].[name].js` ,
95
+ filename: ' [chunkhash].[name].js' ,
96
96
path: ' ./dist'
97
97
},
98
98
plugins: [
@@ -126,7 +126,7 @@ module.exports = function(env) {
126
126
vendor: ' moment'
127
127
},
128
128
output: {
129
- filename: ' [chunkhash].[name].js` ,
129
+ filename: ' [chunkhash].[name].js' ,
130
130
path: ' ./dist'
131
131
},
132
132
plugins: [
You can’t perform that action at this time.
0 commit comments