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 226c8fd commit 13878b3Copy full SHA for 13878b3
rollup.config.js
@@ -1,7 +1,7 @@
1
import { swc } from 'rollup-plugin-swc3';
2
import { nodeResolve } from '@rollup/plugin-node-resolve';
3
import del from 'rollup-plugin-delete';
4
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
5
6
const extensions = ['.js', '.ts', '.tsx'];
7
const external = (_) => /node_modules/.test(_) && !/@swc\/helpers/.test(_);
0 commit comments