Skip to content

Commit

Permalink
use esm build in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 13, 2017
1 parent 90cd269 commit ef4a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {

resolve: {
alias: {
'vue': 'vue/dist/vue.common.js',
'vue': 'vue/dist/vue.esm.js',
'vue-router': path.join(__dirname, '..', 'src')
}
},
Expand Down

0 comments on commit ef4a046

Please sign in to comment.