chore: Set preventAssignment to false explicitly

This commit is contained in:
Blaine Bublitz 2022-01-19 14:20:29 -07:00
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(),