Skip to content

Commit ef4a046

Browse files
committed
use esm build in examples
1 parent 90cd269 commit ef4a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232

3333
resolve: {
3434
alias: {
35-
'vue': 'vue/dist/vue.common.js',
35+
'vue': 'vue/dist/vue.esm.js',
3636
'vue-router': path.join(__dirname, '..', 'src')
3737
}
3838
},

0 commit comments

Comments
 (0)