From d13057aafc5ff7b78d06b642579e6f82a6fec718 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 14:23:58 +0100 Subject: Update build preferences to put assets in correct place --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 60a77ba..49bcd76 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -74,7 +74,7 @@ module.exports = (env) => { plugins: [ new CopyPlugin({ patterns: [ - { from: 'public', to: 'build' }, + { from: 'public', to: '.' }, ], }), new webpack.EnvironmentPlugin({ -- cgit v1.2.3