Commit 485e04b
authored
clean/deps: remove unused Babel plugins: transform-runtime, dynamic-import (#837)
- transform-runtime is not used
- its functionality will instead be added by the newer/better
babel-plugin-polyfill-regenerator in a future commit/PR
- move it to devDep as there is an integration test for it
- syntax-dynamic-import is not used
- and it's also included in @babel/preset-env anyway
- these were added in bfc0590 to
support `@wessberg/rollup-plugin-ts` but were not rolled back when
that was rolled back in 39892771 parent dbdaba1 commit 485e04b
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments