Skip to content

Commit 06303db

Browse files
committed
1 parent 8c59dc6 commit 06303db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vue.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ function resolve (dir) {
66

77
// vue.config.js
88
module.exports = {
9+
/*
10+
Vue-cli3:
11+
Crashed when using Webpack `import()` #2463
12+
https://github.com/vuejs/vue-cli/issues/2463
13+
14+
*/
15+
/*
916
pages: {
1017
index: {
1118
entry: 'src/main.js',
1219
chunks: ['chunk-vendors', 'chunk-common', 'index']
1320
}
1421
},
22+
*/
1523
configureWebpack: {
1624

1725
},

0 commit comments

Comments
 (0)