Skip to content

Commit

Permalink
Revert "Change polyfill (#1278)"
Browse files Browse the repository at this point in the history
This reverts commit 67e6cdf.
  • Loading branch information
captbaritone committed Oct 6, 2024
1 parent 6d3b7fc commit b06490d
Show file tree
Hide file tree
Showing 3 changed files with 15,234 additions and 20,739 deletions.
2 changes: 1 addition & 1 deletion packages/webamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/webamp/scripts/rollupPlugins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down
Loading

0 comments on commit b06490d

Please sign in to comment.