We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert
1 parent 9aec29b commit 73d570bCopy full SHA for 73d570b
rollup.config.mjs
@@ -3,7 +3,7 @@ import resolve from "@rollup/plugin-node-resolve";
3
import { babel } from "@rollup/plugin-babel";
4
import replace from "@rollup/plugin-replace";
5
import terser from "@rollup/plugin-terser";
6
-import pkg from "./package.json" with { type: "json" };
+import pkg from "./package.json" assert { type: "json" };
7
8
const extensions = [".js", ".jsx", ".ts", ".tsx"];
9
const name = "json_p3";
0 commit comments