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 4e93e83 commit 3c3f7b6Copy full SHA for 3c3f7b6
packages/ojs/quarto-ojs-runtime/rollup.config.js
@@ -1,7 +1,7 @@
1
import nodeResolve from '@rollup/plugin-node-resolve';
2
import commonjs from '@rollup/plugin-commonjs';
3
import { terser } from "rollup-plugin-terser";
4
-import meta from "./package.json" assert { type: "json" };
+import meta from "./package.json" with { type: "json" };
5
import json from "@rollup/plugin-json";
6
7
const config = {
0 commit comments