File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 114114 },
115115 "devDependencies" : {
116116 "@rollup/plugin-commonjs" : " ^22.0.2" ,
117- "@rollup/plugin-json" : " ^4.1.0" ,
118117 "@rollup/plugin-node-resolve" : " ^14.1.0" ,
119118 "@types/css-tree" : " ^1.0.7" ,
120119 "@types/csso" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11import { nodeResolve } from '@rollup/plugin-node-resolve' ;
22import commonjs from '@rollup/plugin-commonjs' ;
3- import json from '@rollup/plugin-json' ;
43import { terser } from 'rollup-plugin-terser' ;
54
65export default {
@@ -15,7 +14,6 @@ export default {
1514 plugins : [
1615 nodeResolve ( { browser : true , preferBuiltins : false } ) ,
1716 commonjs ( ) ,
18- json ( ) ,
1917 // Whitespaces and comments removal makes the browser bundle lighter
2018 // while retaining the ability to debug errors
2119 terser ( {
Original file line number Diff line number Diff line change @@ -831,17 +831,6 @@ __metadata:
831831 languageName : node
832832 linkType : hard
833833
834- " @rollup/plugin-json@npm:^4.1.0 " :
835- version : 4.1.0
836- resolution : " @rollup/plugin-json@npm:4.1.0"
837- dependencies :
838- " @rollup/pluginutils " : ^3.0.8
839- peerDependencies :
840- rollup : ^1.20.0 || ^2.0.0
841- checksum : 867bc9339b4ccf0b9ff3b2617a95b3b8920115163f86c8e3b1f068a14ca25949472d3c05b09a5ac38ca0fe2185756e34617eaeb219d4a2b6e2307c501c7d4552
842- languageName : node
843- linkType : hard
844-
845834" @rollup/plugin-node-resolve@npm:^14.1.0 " :
846835 version : 14.1.0
847836 resolution : " @rollup/plugin-node-resolve@npm:14.1.0"
@@ -858,7 +847,7 @@ __metadata:
858847 languageName : node
859848 linkType : hard
860849
861- " @rollup/pluginutils@npm:^3.0.8, @rollup/pluginutils@npm:^3. 1.0 " :
850+ " @rollup/pluginutils@npm:^3.1.0 " :
862851 version : 3.1.0
863852 resolution : " @rollup/pluginutils@npm:3.1.0"
864853 dependencies :
@@ -4562,7 +4551,6 @@ __metadata:
45624551 resolution : " svgo@workspace:."
45634552 dependencies :
45644553 " @rollup/plugin-commonjs " : ^22.0.2
4565- " @rollup/plugin-json " : ^4.1.0
45664554 " @rollup/plugin-node-resolve " : ^14.1.0
45674555 " @trysound/sax " : 0.2.0
45684556 " @types/css-tree " : ^1.0.7
You can’t perform that action at this time.
0 commit comments