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