Skip to content

Commit

Permalink
updated legacy rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Oct 8, 2023
1 parent c0706da commit c7e0559
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 155 deletions.
6 changes: 3 additions & 3 deletions docs/build.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {rollup} from "rollup";
import { existsSync, readdirSync, statSync } from "fs";
import commonjsPlugin from "rollup-plugin-commonjs";
import nodeResolvePlugin from "rollup-plugin-node-resolve";
import commonjsPlugin from "@rollup/plugin-commonjs";
import nodeResolvePlugin from "@rollup/plugin";
import { dirname, join, resolve } from "path";
import replace from "rollup-plugin-replace";
import replace from "@rollup/plugin-replace";
import terser from '@rollup/plugin-terser';
import alias from "@rollup/plugin-alias";
import { fileURLToPath } from "url";
Expand Down
Loading

0 comments on commit c7e0559

Please sign in to comment.