diff --git a/index.html b/index.html index 6d60d8b..d9555fd 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Roulette wheel - + diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 3027cef..8e5da90 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -4,7 +4,7 @@ module.exports = { mode: "production", entry: './src/app.ts', output: { - path:path.resolve(__dirname, "dist"), + path:path.resolve(__dirname, "dist/scripts"), filename: "bundle.js", publicPath: '/dist/' },