chore: Set preventAssignment to false explicitly
This commit is contained in:
parent
d649ba10c4
commit
ae5981f8e2
@ -32,6 +32,8 @@ export default {
|
||||
}),
|
||||
commonJS(),
|
||||
replace({
|
||||
// The current default is false, but they are changing it next version
|
||||
preventAssignment: false,
|
||||
"process.browser": !!process.env.BROWSER
|
||||
}),
|
||||
visualizer(),
|
||||
|
Loading…
Reference in New Issue
Block a user