Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change polyfill #1278

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-polyfill-node": "^0.13.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"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-polyfill-node";
import nodePolyfills from "rollup-plugin-node-polyfills";
import path from "node:path";

export function getPlugins({ minify, outputFile, vite }) {
Expand Down
Loading
Loading