mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Enable overlays in devserver mode
This commit is contained in:
parent
65c419926a
commit
98f59996bd
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ const common = require("./webpack.common.js");
|
|||
module.exports = merge(common, {
|
||||
devtool: "source-map",
|
||||
mode: "development",
|
||||
devServer: {
|
||||
overlay: true,
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
SENTRY_DSN: JSON.stringify(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue