File tree Expand file tree Collapse file tree 3 files changed +37
-352
lines changed Expand file tree Collapse file tree 3 files changed +37
-352
lines changed Original file line number Diff line number Diff line change 25
25
"@babel/core" : " ^7.5.5" ,
26
26
"@babel/preset-env" : " ^7.5.5" ,
27
27
"@pyoner/svelte-ts-preprocess" : " ^1.2.1" ,
28
+ "@rollup/plugin-image" : " ^2.0.4" ,
28
29
"@rollup/plugin-json" : " ^4.0.0" ,
30
+ "@rollup/plugin-node-resolve" : " ^7.1.1" ,
29
31
"@types/lodash.debounce" : " ^4.0.6" ,
30
32
"@types/node" : " ^13.5.1" ,
31
33
"babel-plugin-external-helpers" : " ^6.18.0" ,
32
34
"rimraf" : " ^3.0.0" ,
33
35
"rollup" : " ^1.27.5" ,
34
- "rollup-plugin-img" : " ^1.1.0" ,
35
- "rollup-plugin-node-globals" : " ^1.4.0" ,
36
- "rollup-plugin-node-resolve" : " ^5.2.0" ,
37
36
"rollup-plugin-svelte" : " ^5.0.3" ,
38
37
"rollup-plugin-typescript2" : " 0.21.0" ,
39
38
"svelte" : " ^3.12.1" ,
Original file line number Diff line number Diff line change 1
1
import svelte from 'rollup-plugin-svelte'
2
- import resolve from 'rollup- plugin-node-resolve'
2
+ import resolve from '@ rollup/ plugin-node-resolve'
3
3
import json from '@rollup/plugin-json'
4
- import image from 'rollup- plugin-img '
4
+ import image from '@ rollup/ plugin-image '
5
5
import typescript from 'rollup-plugin-typescript2'
6
6
7
7
import {
You can’t perform that action at this time.
0 commit comments