diff options
author | 2020-10-12 14:23:58 +0100 | |
---|---|---|
committer | 2020-10-12 14:23:58 +0100 | |
commit | d13057aafc5ff7b78d06b642579e6f82a6fec718 (patch) | |
tree | 423a38e4c455d8faa4ca601de5c9bbb2876c4954 /webpack.config.js | |
parent | Update lockfile (diff) |
Update build preferences to put assets in correct place
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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({ |