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 87c3b35 commit 372e061Copy full SHA for 372e061
chromium/chromium
rollup.config.js
@@ -2,7 +2,7 @@ import typescript from '@rollup/plugin-typescript'
2
import { nodeResolve } from '@rollup/plugin-node-resolve'
3
import commonjs from '@rollup/plugin-commonjs'
4
import json from '@rollup/plugin-json'
5
-import packageJson from './package.json' with { type: 'json' }
+import packageJson from './package.json'
6
7
export default {
8
external: [
0 commit comments