question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why is "babel-loader" not a dev dependency?

See original GitHub issue

First 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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
visualjerkcommented, May 15, 2020

Yes, I still accept PRs and am grateful for every help.

0reactions
vfoniccommented, May 15, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found