Skip to content

Commit a2fd464

Browse files
committed
remove unsupported BROWSERSLIST_IGNORE_OLD_DATA
1 parent 2a251a2 commit a2fd464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ $(RSPACK_DEST): $(RSPACK_SOURCES) $(RSPACK_CONFIGS) pnpm-lock.yaml
885885
@$(MAKE) -s node-check node_modules
886886
@rm -rf $(RSPACK_DEST_ENTRIES)
887887
@echo "Running rspack..."
888-
@BROWSERSLIST_IGNORE_OLD_DATA=true $(NODE_VARS) pnpm exec rspack
888+
@$(NODE_VARS) pnpm exec rspack
889889
@touch $(RSPACK_DEST)
890890

891891
.PHONY: svg

0 commit comments

Comments
 (0)