babel-plugin does not verify idx was imported from the package idx
See original GitHub issueBabel plugin doesn’t verify idx
comes from an import from idx
package.
This change could be dangerous if somebody has a function called idx in their code.
I was trying to add idx
in create-react-app
by default as it would be usefull for many people and a way to expand its use.
See https://github.com/facebookincubator/create-react-app/pull/1874
I know this should be check here. I will try to make a PR for this.
cc @gaearon
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
babel-plugin does not verify idx was imported from the package idx ...
Babel plugin doesn't verify idx comes from an import from idx package. This change could be dangerous if somebody has a function called...
Read more >babel-plugin-idx - npm
Start using babel-plugin-idx in your project by running `npm i babel-plugin-idx`. There are 18 other projects in the npm registry using ...
Read more >Configure Babel
Create a file called babel.config.json with the following content at the root of your project (where the package.json is). ... Check out the...
Read more >idx - npm Package Health Analysis - Snyk
Ensure you're using the healthiest npm packages. Snyk scans all the packages in your projects for vulnerabilities and provides automated fix advice.
Read more >babel-plugin-macros | Yarn - Package Manager
This solution · Compiling GraphQL fragments into objects so that the client doesn't need a GraphQL parser · Eval-ing out code at compile...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! Glad to see this addressed. Then we can include it in Create React App.
Fixed by #22.