fixup! feat(build-chain): set up and updated deps

This commit is contained in:
Florent Chehab 2020-04-20 10:34:02 +02:00
parent 59a229b1fb
commit 7f574cea5a
No known key found for this signature in database
GPG Key ID: 9A0CE018889EA246
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const config = {
main: ["./src/js/index.js"],
},
output: {
path: path.join(__dirname, "..", "public"),
path: path.join(__dirname, "..", "dist"),
filename: "[name]-[hash].js"
},
resolve: {