From bba82334d8ed33cd4f6090cb6d688006a082794f Mon Sep 17 00:00:00 2001 From: jimfrenette Date: Sat, 9 Feb 2019 12:18:47 -0500 Subject: change webpack build output path to static dir --- webpack/base.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webpack') diff --git a/webpack/base.config.js b/webpack/base.config.js index 9c11902..1ae80a8 100644 --- a/webpack/base.config.js +++ b/webpack/base.config.js @@ -9,6 +9,9 @@ module.exports = { plugins: [ new MiniCssExtractPlugin ], + output: { + path: path.resolve(__dirname, '../static/dist') + }, module: { rules: [ { -- cgit v1.2.3