node_modules folder created in my build folder
See original GitHub issueHi @Anidetrix , After adding this plugin 2 files created in bellow path, Have you any idea about this? How I can prevent this?
build/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js
build/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js.map
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
npm install doesn't create node_modules directory
Now it will create node_modules directory under folder 'project-name' you created. Installation directory switches in build process & was missing npm init so ......
Read more >What's Really Going On Inside Your node_modules Folder?
Here's another way to look at. We created a visualization to show you what the dependency tree of a typical package looks like....
Read more >Check in your node_modules folder - seriesci blog
First of all remove node_modules from your .gitignore file. This is huge and you will suddenly see a lot of untracked files on...
Read more >Quickly remove all node_modules folders from ... - Codementor
In this article, you will see how to quickly remove all the node_module folders from your system in a single click to free...
Read more >node_modules folder is always marked as "library root" with ...
2 (8/16/16 build), my application code inside the 2nd node_modules folder is no longer inspected by WebStorm for validity, intellisense, etc and all...
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
You can solve it using 2 plugins 😃
I’m afraid nothing can be done with this at the moment due to how Rollup’s
preserveModules
option works.It’s explained in this comment: