We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a251a2 commit a2fd464Copy full SHA for a2fd464
Makefile
@@ -885,7 +885,7 @@ $(RSPACK_DEST): $(RSPACK_SOURCES) $(RSPACK_CONFIGS) pnpm-lock.yaml
885
@$(MAKE) -s node-check node_modules
886
@rm -rf $(RSPACK_DEST_ENTRIES)
887
@echo "Running rspack..."
888
- @BROWSERSLIST_IGNORE_OLD_DATA=true $(NODE_VARS) pnpm exec rspack
+ @$(NODE_VARS) pnpm exec rspack
889
@touch $(RSPACK_DEST)
890
891
.PHONY: svg
0 commit comments