Skip to content

Commit

Permalink
Use vue runtime only build
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Jul 18, 2017
1 parent 19e3a12 commit 8e07559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/webpack.config.js
Expand Up @@ -56,12 +56,13 @@ module.exports = {
},
resolve: {
alias: {
'vue$': 'vue/dist/vue.common.js'
'vue$': 'vue/dist/vue.runtime.js'
}
},
devServer: {
historyApiFallback: true,
noInfo: true,
disableHostCheck: true,
proxy: [
// Proxy requests to BE in DEV mode
// https://webpack.github.io/docs/webpack-dev-server.html#proxy
Expand Down

0 comments on commit 8e07559

Please sign in to comment.