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 46232af commit 2ddc91cCopy full SHA for 2ddc91c
rollup.config.mjs
@@ -1,7 +1,7 @@
1
import { defineExternal, definePlugins } from '@gera2ld/plaid-rollup';
2
import { builtinModules } from 'module';
3
import { defineConfig } from 'rollup';
4
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
5
6
const BANNER = `/*! ${pkg.name} v${pkg.version} | ${pkg.license} License */`;
7
0 commit comments