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.

Remove webpack usage

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
DaniAcucommented, Oct 18, 2019

Let me try

0reactions
btzr-iocommented, Aug 5, 2022

We now use nollup for v2.0.0 https://github.com/PepsRyuu/nollup

Read more comments on GitHub >

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

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