nollup icon indicating copy to clipboard operation
nollup copied to clipboard

Rollup compatible development bundler for fast rebuilds and HMR.

Results 31 nollup issues
Sort by recently updated
recently updated
newest added

Updating nollups packages to the latest, which also fixes the following issue in the `source-map` package (spotted while testing the react template): https://github.com/mozilla/source-map/issues/432 The updates were generated automatically with the...

Hello, I've been trying out the proxy feature to allow seamless integration with my backend hosted locally. Sadly, I cannot get WS connections to work. Using latest `0.19.0`. When using...

repo to reproduce: https://github.com/tutao/nollup-bug/commit/9ce90c69d65835e06f65cafb1c05a08839cddcdf (run `node make`) ``` file:///home/ivk/dev/repositories/nollup-bug/build/index.js:27235 var ; ^ SyntaxError: Unexpected token ';' at Loader.moduleStrategy (node:internal/modules/esm/translators:147:18) at async link (node:internal/modules/esm/module_job:64:21) ``` I debugged a little and it...

We are using rollup to bundle a backend server (nodejs with koa). For development, we run rollup in watch mode with the run-plugin that initially starts and then restarts the...

I noticed with the upcoming expiration of the LetsEncrypt DST Root CA X3 root cert, I had to include my fullchain.pem as the 'ca' option when creating the https server,...

When some part of the code is behind a symlink (e.g. `file:` url in package.json) then compiling this code will resolve module IDs to be real filesystem path. However when...

If there is a plugin that modifies a file within the watching root directory after a build (e.g. [rollup-plugin-copy](https://github.com/vladshcherbin/rollup-plugin-copy)), Nollup will perform another build operation, ending up in a infinite...

I need to proxy websocket connection to my backend. I was unable to use `express-http-proxy` or `http-proxy` along with `express-ws`. There was an error during the upgrade handshake. Handling the...