Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 12, 2024
1 parent 9e4f81e commit 947df82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typescript from "@rollup/plugin-typescript";
import terser from "@rollup/plugin-terser";
import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };

const externals = [
...Object.keys(pkg.dependencies),
Expand Down

0 comments on commit 947df82

Please sign in to comment.