Open mikey0000 opened 7 years ago
@mikey0000, I've been having a similar problem (issue #4512), but I've come to a more specific (and slightly different) cause. I tested different node versions with and without babel at all, and it seems like certain List configuration options are giving me the same error in all cases.
In any case, have you solved your issue? I'd really like to advance this project, but I've kinda hit a wall myself.
I go similar problem in 4.0.0-beta.8
+1 here. Inlined my .babelrc config into wepack.config.json. Might have put it into package.json/gulpfile.js as well.
Having similar problem using parcel
Expected behavior
Admin.js should not fail with errors
Actual/Current behavior
When using the transform-runtime plugin for babel admin.js crashes with
as babel-polyfill is reading .babelrc or package.json.
Steps to reproduce the actual/current behavior
create a babelrc file with plugin: transform-runtime
Environment