Browse Source

add vue extension on resolve

This is issue fix for 
https://github.com/vuejs-templates/webpack-simple/issues/130
pull/146/head
Feats Choi 8 years ago
committed by GitHub
parent
commit
ee6a74922d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      template/webpack.config.js

3
template/webpack.config.js

@ -43,7 +43,8 @@ module.exports = {
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js'
}
},
extensions: ['*', '.js', '.vue', '.json']
},
devServer: {
historyApiFallback: true,

Loading…
Cancel
Save