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: { resolve: {
alias: { alias: {
'vue$': 'vue/dist/vue.common.js' 'vue$': 'vue/dist/vue.runtime.js'
} }
}, },
devServer: { devServer: {
historyApiFallback: true, historyApiFallback: true,
noInfo: true, noInfo: true,
disableHostCheck: true,
proxy: [ proxy: [
// Proxy requests to BE in DEV mode // Proxy requests to BE in DEV mode
// https://webpack.github.io/docs/webpack-dev-server.html#proxy // https://webpack.github.io/docs/webpack-dev-server.html#proxy