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 e95ff4e commit d7769e2Copy full SHA for d7769e2
rollup.config.mjs
@@ -1,4 +1,4 @@
1
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
2
3
import fs from 'fs';
4
import path, { dirname } from 'path';
0 commit comments