mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Change polyfill
This commit is contained in:
parent
bdd5f505e7
commit
2966ed3e4b
3 changed files with 20882 additions and 15377 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 }) {
|
||||
|
|
|
|||
36255
pnpm-lock.yaml
generated
36255
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue