-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requires babel? #1
Comments
Ah thanks. Babel is used internally to compile es2015 imports to require statements. Probably need to resolve the module locally to parcel instead of the project here https://github.com/parcel-bundler/parcel/blob/master/src/transforms/babel.js#L18 |
Published v1.0.1 which should fix this issue. |
Hey there, I'm seeing this error:
any thoughts as to why it would be trying to look for babel presets in there? The code in /lib of that node_module is already compiled as far as I know. Thanks! |
Restore invariant asserting bundles don't have external assets Approved-by: Trey Shugart <[email protected]>
Hotfix/hash references of undefined Approved-by: Will Binns-Smith
Hello, cool project. I tried running this on one of my projects and encountered an error
Unknown plugin "transform-es2015-modules-commonjs" specified in "base" at 0, attempted to resolve relative to "/Users/matthew/dev/my-project"
I think it is looking up this plugin within my project, but I did not have this plugin (or any babel plugin) installed. This project uses ES import/export syntax. Is Babel usage required at this time?
The text was updated successfully, but these errors were encountered: