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

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: {