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 b61a106 commit 0adcde4Copy full SHA for 0adcde4
packages/ojs/external-observablehq-runtime/rollup.config.js
@@ -1,6 +1,6 @@
1
import node from "@rollup/plugin-node-resolve";
2
import {terser} from "rollup-plugin-terser";
3
-import meta from "./package.json" assert {type: "json"};
+import meta from "./package.json" with {type: "json"};
4
5
const copyright = `// @observablehq/runtime v${meta.version} Copyright ${(new Date).getFullYear()} Observable, Inc.`;
6
0 commit comments