You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("terser")' call instead.
2 import type { MinifyOptions } from 'terser';
~~~~~~~~
Found 1 error in node_modules/@rollup/plugin-terser/types/index.d.ts:2
Additional Information
The rollup config is intentionally not populated as it is not relevant to the bug / behaviour.
The text was updated successfully, but these errors were encountered:
Expected Behavior
No error should be emitted by tsc.
Actual Behavior
The following error is emitted by tsc:
Additional Information
The rollup config is intentionally not populated as it is not relevant to the bug / behaviour.
The text was updated successfully, but these errors were encountered: