Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

import { terser } ... does not work with rollup 2.3 *.mjs untranspiled configs #71

Closed
arlac77 opened this issue Mar 30, 2020 · 1 comment

Comments

@arlac77
Copy link

arlac77 commented Mar 30, 2020

looks like the raw node esm module loader is unable to handle named export from rollup-plugin-terser

import { terser } from "rollup-plugin-terser";
[!] SyntaxError: The requested module 'rollup-plugin-terser' does not provide an export named 'terser'
@arlac77 arlac77 changed the title import { terser } ... does not work with rollup 5.3 *.mjs untranspiled configs import { terser } ... does not work with rollup 2.3 *.mjs untranspiled configs Mar 30, 2020
TrySound added a commit that referenced this issue May 24, 2020
@TrySound
Copy link
Owner

Please check v6.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants