aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 14:23:58 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 14:23:58 +0100
commitd13057aafc5ff7b78d06b642579e6f82a6fec718 (patch)
tree423a38e4c455d8faa4ca601de5c9bbb2876c4954 /webpack.config.js
parentUpdate lockfile (diff)
Update build preferences to put assets in correct place
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
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({