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.
1 parent ac91a83 commit b6d7570Copy full SHA for b6d7570
rollup.config.js
@@ -3,7 +3,7 @@ import commonjs from "@rollup/plugin-commonjs";
3
import json from "@rollup/plugin-json";
4
import node from "@rollup/plugin-node-resolve";
5
import terser from "@rollup/plugin-terser";
6
-import meta from "./package.json" assert {type: "json"};
+import meta from "./package.json" with {type: "json"};
7
8
const filename = meta.name.split("/").pop();
9
0 commit comments