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 Sep 9, 2024. It is now read-only.
ERROR in ./src/Index.ts
Module parse failed: Unknown node type Import.
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
Error: Unknown node type Import.
at Controller.traverse (.../node_modules/estraverse/estraverse.js:454:31)
at Object.traverse (.../node_modules/estraverse/estraverse.js:646:27)
at VariableVirtualScope.traversePureDeclarator (.../node_modules/deep-scope-analyser/lib/analyser/virtualScope/variableVirtualScope.js:96:20)
at VariableVirtualScope.findAllReferencesToVirtualScope (.../node_modules/deep-scope-analyser/lib/analyser/virtualScope/variableVirtualScope.js:44:22)
at ...node_modules/deep-scope-analyser/lib/analyser/moduleAnalyser.js:139:45
at Array.forEach (<anonymous>)
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.
Using dynamic imports like
causes the plugin to break. It throws with:
The text was updated successfully, but these errors were encountered: