From 8e075597f47df64c9c20530d94e40112a71dac22 Mon Sep 17 00:00:00 2001 From: Christoph Wiechert Date: Tue, 18 Jul 2017 15:43:29 +0200 Subject: [PATCH] Use vue runtime only build --- app/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/webpack.config.js b/app/webpack.config.js index 4453aad..a90bbb1 100644 --- a/app/webpack.config.js +++ b/app/webpack.config.js @@ -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