From d87f6e84b20cc6f8db1093c4b3aa02b095590332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 21 Jan 2019 12:36:39 +0100 Subject: Adjust webpack config for vue loader 15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- webpack.common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack.common.js') diff --git a/webpack.common.js b/webpack.common.js index 1738d1c1..37a271fc 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -1,5 +1,6 @@ const path = require('path'); -const { VueLoaderPlugin } = require('vue-loader'); +const VueLoaderPlugin = require('vue-loader/lib/plugin'); + module.exports = { entry: path.join(__dirname, 'src', 'main.js'), -- cgit v1.2.3