Skip to content

Commit

Permalink
build: updated rollup and switched from 'assert' to 'with' import att…
Browse files Browse the repository at this point in the history
…ribute
  • Loading branch information
grisha87 committed Nov 21, 2024
1 parent a65e955 commit 8ed6c79
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 68 deletions.
181 changes: 114 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import commonjs from "@rollup/plugin-commonjs";
import terser from "@rollup/plugin-terser";
import typescript from "@rollup/plugin-typescript";
import nodePolyfills from "rollup-plugin-polyfill-node";
import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };
import ignore from "rollup-plugin-ignore";
import filesize from "rollup-plugin-filesize";
import fs from "node:fs";
Expand Down

0 comments on commit 8ed6c79

Please sign in to comment.