File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
22import commonjs from '@rollup/plugin-commonjs' ;
33import typescript from '@rollup/plugin-typescript' ;
44import json from '@rollup/plugin-json' ;
5- import pkg from './package.json' ;
5+ import pkg from './package.json' with { type : "json" } ; ;
66import terser from '@rollup/plugin-terser' ;
77
88export default [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
22import commonjs from '@rollup/plugin-commonjs' ;
33import typescript from '@rollup/plugin-typescript' ;
44import json from '@rollup/plugin-json' ;
5- import pkg from './package.json' ;
5+ import pkg from './package.json' with { type : "json" } ; ;
66
77export default [
88 // CommonJS (for Node) and ES module (for bundlers) build.
You can’t perform that action at this time.
0 commit comments