make path relative to work in a folder
This commit is contained in:
parent
bd9e54c848
commit
83d076160c
|
@ -21,7 +21,7 @@ module.exports = {
|
||||||
hints: false,
|
hints: false,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes" })
|
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: '' })
|
||||||
],
|
],
|
||||||
devServer: {
|
devServer: {
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
|
|
Loading…
Reference in a new issue