From 16af12e0a045c6bf19cbd7ba8a012e4145065c29 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 18 May 2018 17:04:21 +0200 Subject: Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings/webpack.common.js') diff --git a/settings/webpack.common.js b/settings/webpack.common.js index 3193df2c463..8810c302448 100644 --- a/settings/webpack.common.js +++ b/settings/webpack.common.js @@ -3,9 +3,9 @@ const path = require('path') module.exports = { entry: './src/main.js', output: { - path: path.resolve(__dirname, './dist'), + path: path.resolve(__dirname, './js'), publicPath: '/dist/', - filename: 'build.js' + filename: 'main.js' }, module: { rules: [ -- cgit v1.2.3