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.
2 parents 5c07345 + 3727f5c commit 588ddb0Copy full SHA for 588ddb0
1 file changed
rollup.config.js
@@ -6,7 +6,7 @@ import typescript from 'typescript';
6
import json from '@rollup/plugin-json';
7
import terser from '@rollup/plugin-terser';
8
import rollupTypescript from '@rollup/plugin-typescript';
9
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
10
import copy from 'rollup-plugin-copy';
11
import { dirname } from 'path';
12
import { fileURLToPath } from 'url';
0 commit comments