Remove webpack usage
See original GitHub issueCurrently we use webpack
to run the dev server and rollup
to build the production module.
So we have two different config files and both are required to be on sync and be compatible with each other.
Is there anyway to just use rollup
and discard web-pack
?
Well there is this, but, web-pack has react-hot-loader
implemented, so not sure if this is possible:
https://github.com/thgh/rollup-plugin-serve
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Cannot uninstall webpack from react-script - node.js
Open a terminal window (command prompt) on the node_modules folder outside of your project folder · Uninstall webpack and webpack-dev-server :
Read more >remove-webpack-plugin - npm
Plugin for webpack to remove directorys or files.. Latest version: 1.2.2, last published: 6 years ago. Start using remove-webpack-plugin in ...
Read more >webdiscus/webpack-remove-empty-scripts - GitHub
Webpack plugin to remove empty scripts generated by usage only a style without JS in entry. - GitHub - webdiscus/webpack-remove-empty-scripts: Webpack ...
Read more >Tree Shaking - webpack
This means if you use something like css-loader in your project and import a CSS ... When Button is unused you can effectively...
Read more >remove-use-strict-webpack-plugin - npm package - Snyk
Remove "use strict" statement in js bundle generated by webpack · Ensure you're using the healthiest npm packages · Package Health Score.
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
Let me try
We now use nollup for v2.0.0 https://github.com/PepsRyuu/nollup