remove path /
This commit is contained in:
parent
83d076160c
commit
b3dfed5bae
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue