Revert "Change polyfill (#1278)"
Some checks failed
CI / build-and-test (20.x) (push) Has been cancelled
CI / Publish to NPM (push) Has been cancelled

This reverts commit 67e6cdf89d.
This commit is contained in:
Jordan Eldredge 2024-10-06 12:16:35 -07:00
parent 6d3b7fc367
commit b06490dd74
3 changed files with 15395 additions and 20900 deletions

View File

@ -103,7 +103,7 @@
"puppeteer": "^22.2.0",
"react-test-renderer": "^17.0.1",
"rollup": "^4.18.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"style-loader": "^0.23.1",

View File

@ -9,7 +9,7 @@ import replace from "@rollup/plugin-replace";
import postcssOptimizeDataUriPngs from "./postcss-optimize-data-uri-pngs.js";
import atImport from "postcss-import";
import { babel } from "@rollup/plugin-babel";
import nodePolyfills from "rollup-plugin-node-polyfills";
import nodePolyfills from "rollup-plugin-polyfill-node";
import path from "node:path";
export function getPlugins({ minify, outputFile, vite }) {

File diff suppressed because it is too large Load Diff