Files
chromium/rollup.patch
2026-02-17 00:31:54 +01:00

13 lines
313 B
Diff

--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -18,7 +21,7 @@ def PathToEsLint():
def PathToRollup():
- return _path_in_node_modules('@rollup', 'wasm-node', 'dist', 'bin', 'rollup')
+ return _path_in_node_modules('rollup', 'dist', 'bin', 'rollup')
def PathToSvgo():