You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* injected: replace rollup with esbuild
* fix
* remove suffix
* poc: preserve comments in esbuild (#1565)
* poc: preserve comments in esbuild
* comment
* more test cases
* more test cases
* additional test
Copy file name to clipboardExpand all lines: injected/package.json
+6-21Lines changed: 6 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,22 @@
3
3
"scripts": {
4
4
"postinstall": "npm run copy-sjcl",
5
5
"copy-sjcl": "node scripts/generateSJCL.js",
6
+
"build": "npm run build-types && npm run build-locales && npm run bundle-trackers && npm run bundle-entry-points",
6
7
"bundle-config": "node scripts/bundleConfig.mjs",
7
-
"build": "npm run build-types && npm run build-locales && npm run bundle-trackers && npm run build-firefox && npm run build-chrome && npm run build-apple && npm run build-android && npm run build-windows && npm run build-integration && npm run build-chrome-mv3",
0 commit comments