Skip to content

Commit 73d570b

Browse files
committed
Revert back to assert when importing JSON
1 parent 9aec29b commit 73d570b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import resolve from "@rollup/plugin-node-resolve";
33
import { babel } from "@rollup/plugin-babel";
44
import replace from "@rollup/plugin-replace";
55
import terser from "@rollup/plugin-terser";
6-
import pkg from "./package.json" with { type: "json" };
6+
import pkg from "./package.json" assert { type: "json" };
77

88
const extensions = [".js", ".jsx", ".ts", ".tsx"];
99
const name = "json_p3";

0 commit comments

Comments
 (0)