-
Notifications
You must be signed in to change notification settings - Fork 87
Unresolved dependencies core-js #313
Comments
You need to add
|
@loganfsmyth |
@loganfsmyth: What do you mean exactly by |
@drzraf Add it in your |
adding as a dependency still doesnt fix the unresolved dependencies for all the runtime helpers |
Is there any followup to this? I'm also experiencing this issue. |
+1 |
Which file is requiring core-js? |
I'd solved this problem by adding 'exclude' option for babel-plugin. |
「Circular dependency」警告の発生と実行不可能なスクリプトが生成される問題でかなり手こずったものの、解決に成功した。 なぜこれで上手くいくのかよく解っていないが、excludeオプションは必須。 参考: * rollup/rollup-plugin-babel#254 * rollup/rollup-plugin-babel#313 (comment) * https://github.com/rollup/rollup-plugin-babel/blob/a5489208c33dd99f71a3f30b228fd02d18008b5f/README.md#external-dependencies
i am also getting the circular dependencies error even though i've excluded core-js from babel. my babel config inside rollup.config.js:
any more hints/ideas? |
ah sorry fixed, forgot to add "core-js": "^3.6.4" as a dependency inside package.json |
Output information
expect
Packing Dependencies Correctly into Output Files
configure
babel.config.js
rollup.config.js
I think it's the Babel 7 useBuiltIns problem, but what should I do?
The text was updated successfully, but these errors were encountered: