Why is "babel-loader" not a dev dependency?
See original GitHub issueFirst of all, thanks for this great Quill module.
Is there a reason to add babel-loader
as a dependency instead of a dev dependency? It causes some issues when adding this module to a project that depends on another version of babel-loader
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Do you put Babel and Webpack in devDependencies or ...
In that scenario Babel is a dev dependency, because it never runs on the server. But if you instead commit the normal code,...
Read more >babel-loader devDependency causes error in Create-React-App
To fix the dependency tree, try following the steps below in the exact order: 1. Delete package-lock.json (not package.json!) and/or yarn.lock ...
Read more >Do "dependencies" and "devDependencies" matter when ...
#1 Putting all dependencies under "devDependencies". This approach considers that since your production app (aka the bundle you built with ...
Read more >Module not found: Can't resolve 'babel-loader' | bobbyhadz
The babel-loader module should NOT be globally installed or be in your project's dependencies , it should be in the devDependencies object in...
Read more >babel-loader - npm
Some files in my node_modules are not transpiled for IE 11. Although we typically recommend not compiling node_modules , you may need to...
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 Free
Top 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
Yes, I still accept PRs and am grateful for every help.
My solution was kind-of-a-hack / quickfix. I don’t know if this package is still maintained. @visualjerk are you accepting PRs?
Thanks!
EDIT: In the meantime, you can use my fork, here are the instructions on how to do that: https://github.com/vfonic/quill-magic-url#note