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 9b48d04 commit ca3ae5cCopy full SHA for ca3ae5c
rollup.config.mjs
@@ -3,7 +3,7 @@ import json from '@rollup/plugin-json';
3
import { string } from 'rollup-plugin-string';
4
import commonjs from '@rollup/plugin-commonjs';
5
import terser from '@rollup/plugin-terser';
6
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
7
import dayjs from 'dayjs';
8
import { visualizer } from 'rollup-plugin-visualizer';
9
import replace from '@rollup/plugin-replace';
0 commit comments