-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
#5917 revealed something we didn't fully consider when writing our const
to var
rollup plugin. This plugin is supposed to reduce bundle size but it also has a semantic impact that can lead to opaque bugs.
We should definitely reconsider if we want to keep this plugin, or if we should at least change it to a "const
to let
" plugin.
Plugin in question:
export function makeConstToVarPlugin() { |
Metadata
Metadata
Assignees
Labels
No labels