attempting to fix date issue
This commit is contained in:
@@ -73,5 +73,13 @@ module.exports = {
|
||||
minSize: 30000,
|
||||
name: false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
devServer: {
|
||||
contentBase: path.join(__dirname, "dist/"),
|
||||
contentBasePublicPath: "/static/",
|
||||
port: 3000,
|
||||
publicPath: "http://localhost:3000/",
|
||||
hotOnly: true
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user