During the use of the plugin, an error is reported Binding 'arguments' in strict mode.
plugins: [ ["@babel/plugin-transform-modules-commonjs", { strictMode: false }], ],
is not work.
Whether strict mode is no longer allowed to be turned off during compression?
During the use of the plugin, an error is reported
Binding 'arguments' in strict mode.plugins: [ ["@babel/plugin-transform-modules-commonjs", { strictMode: false }], ],is not work.
Whether strict mode is no longer allowed to be turned off during compression?