We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad954 commit 3e0c2d3Copy full SHA for 3e0c2d3
1 file changed
rspack.config.js
@@ -21,6 +21,9 @@ module.exports = {
21
compress: true,
22
static: {
23
directory: fullPath('dist')
24
+ },
25
+ client: {
26
+ overlay: false
27
}
28
},
29
entry: {
0 commit comments