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 @@ -4,7 +4,7 @@ import babel from '@rollup/plugin-babel';
44import terser from '@rollup/plugin-terser' ;
55import stripLogger from 'rollup-plugin-strip-logger' ;
66import license from 'rollup-plugin-license' ;
7- import pkg from './package.json' assert { type : 'json ' } ;
7+ import pkg from './package.json' with { type : 'json' } ;
88
99const bannerTemplate = `
1010Bundle of <%= pkg.name %>
Original file line number Diff line number Diff line change 11import babel from '@rollup/plugin-babel' ;
22import commonjs from '@rollup/plugin-commonjs' ;
33import { nodeResolve } from '@rollup/plugin-node-resolve' ;
4- import pkg from './package.json' assert { type : 'json ' } ;
4+ import pkg from './package.json' with { type : 'json' } ;
55import html from 'rollup-plugin-template-html' ;
66import serve from 'rollup-plugin-serve' ;
77
You can’t perform that action at this time.
0 commit comments