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 3590cea commit f469699Copy full SHA for f469699
packages/client/rollup.config.mjs
@@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
2
import commonjs from '@rollup/plugin-commonjs';
3
import typescript from '@rollup/plugin-typescript';
4
import json from '@rollup/plugin-json';
5
-import pkg from './package.json' with { type: "json" };;
+import pkg from './package.json' with { type: "json" };
6
import terser from '@rollup/plugin-terser';
7
8
export default [
0 commit comments