NullVoxPopuli
NullVoxPopuli
On this branch, I got an error with babel-core ``` $ yarn && yarn build yarn install v1.17.3 warning package-lock.json found. Your project contains lock files generated by tools other...
I think I ran in to this, too. Over here: https://github.com/NullVoxPopuli/emberclear/pull/1197/checks?check_run_id=1097735257
I figured it out. I'll post an example / my project, when I finish.
I also get this error
Same with: https://bundlephobia.com/package/ember-statechart-component
Same with: https://bundlephobia.com/package/ember-stargate
Does bundle phobia have assumptions around how these libraries should be built? They're already built. What's in dist/ is all there is. No need to worry about dependencies or anything,...
Thanks for taking a look! What is it building with? I use rollup, and it builds just fine. Is it also trying to parse / load the module? I target...
> you might be emitting ES2020 to dist/ folder Why is that a problem tho? Like, i won't emit less modern code. -- browsers support the syntax I'm using. Is...
Is the solution to make bundlephobia's analysis target evergreen browsers?