Skip to content

Commit b4ded38

Browse files
committed
Add overlay option for debugging
1 parent a6aad0d commit b4ded38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/environments/development.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ module.exports = class extends Environment {
3333
headers: {
3434
'Access-Control-Allow-Origin': '*'
3535
},
36+
overlay: true,
37+
watchContentBase: true,
3638
watchOptions: {
3739
ignored: /node_modules/
3840
},

0 commit comments

Comments
 (0)