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
I might be holding it wrong but I can't find a way to generate plain ES6 modules. I can only generate code with good.module(). Using "module": "es6" causes an error.
The text was updated successfully, but these errors were encountered:
TsickleHost has an option googmodule that you can set to false, but its only exposed through the programmatic API.
Beware though, we've never tested tsickle together with Closure's ES module support. There are several areas where things might break (e.g. referring to names from externs etc).
evmar
changed the title
Feature request: Flag to output ES6 modules
ES module output
Sep 17, 2019
I might be holding it wrong but I can't find a way to generate plain ES6 modules. I can only generate code with
good.module()
. Using"module": "es6"
causes an error.The text was updated successfully, but these errors were encountered: