jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.21k stars 505 forks source link

update `@rollup/plugin-replace` -- `preventAssignment` warning #1052

Closed y-nk closed 2 years ago

y-nk commented 3 years ago

Error while building:

@rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.
agilgur5 commented 2 years ago

Duplicate of #981