Use vue runtime only build

This commit is contained in:
Christoph Wiechert
2017-07-18 15:43:29 +02:00
parent 19e3a12709
commit 8e075597f4

View File

@@ -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