1
0
Fork 0

remove path /

This commit is contained in:
ChaotiCryptidz 2022-05-31 22:09:52 +01:00
parent 83d076160c
commit b3dfed5bae
No known key found for this signature in database

View file

@ -11,7 +11,6 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'bundle.js',
publicPath: '/',
},
stats: {
colors: true,
@ -21,7 +20,7 @@ module.exports = {
hints: false,
},
plugins: [
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: '' })
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: './' })
],
devServer: {
historyApiFallback: true,