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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
If an ES6 npm module is imported gluestick currently ignores it due to the default ignoring of all node_modules files.
Attempted workaround prepending "compiled" as in import something from 'compiled/package' to force it to go through babel, however this does not seem to work and causes the ES6 code to leak into the static bundle, as well as causes uglify to fail (the bundled uglify version doesn't support ES6 minification).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If an ES6 npm module is imported gluestick currently ignores it due to the default ignoring of all node_modules files.
Attempted workaround prepending "compiled" as in
import something from 'compiled/package'
to force it to go through babel, however this does not seem to work and causes the ES6 code to leak into the static bundle, as well as causes uglify to fail (the bundled uglify version doesn't support ES6 minification).The text was updated successfully, but these errors were encountered: