dream2nix/overrides/nodejs
Lainera 314baa111c
fix: remove rollup patch
Subj, this patch appends NODE_PATH to the `moduleDirectories`
which according to [plugin docs][module-directories] would be used to
recursively search for modules.
It does, however, cause rollup to fail with an error, complaining
about absolute paths belonging in the [`modulePaths`][module-paths].
One way to workaround this issue would be to split `moduleDirectories`
configuration across two lines, which would cause search and replace
to fail and subsequently rollup would not complain.
This workaround leads to working build, which leads me to believe that
existing comment is right and this patch is not needed in the first
place.

[module-directories]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#moduledirectories>
[module-paths]: <https://github.com/rollup/plugins/tree/master/packages/node-resolve#modulepaths>
2023-03-04 13:46:16 -08:00
..
electron feat: nodejs: improve electron override logic 2022-07-30 17:48:24 +02:00
element-web improve electron support 2021-12-19 14:39:33 +01:00
enhanced-resolve move overrides from dreampks -> dream2nix 2021-12-01 14:06:30 +07:00
webpack move overrides from dreampks -> dream2nix 2021-12-01 14:06:30 +07:00
webpack-cli move overrides from dreampks -> dream2nix 2021-12-01 14:06:30 +07:00
default.nix fix: remove rollup patch 2023-03-04 13:46:16 -08:00