packages/cli: switch bundling config to use sucrase

This commit is contained in:
Patrik Oldsberg
2020-05-16 15:56:32 +02:00
parent a6376ee7f5
commit 3643faf3d4
8 changed files with 51 additions and 13 deletions
+2
View File
@@ -35,6 +35,7 @@
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@spotify/web-scripts": "^6.0.0",
"@sucrase/webpack-loader": "^2.0.0",
"chalk": "^4.0.0",
"chokidar": "^3.3.1",
"commander": "^4.1.1",
@@ -61,6 +62,7 @@
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-typescript2": "^0.26.0",
"sucrase": "^3.14.0",
"tar": "^6.0.1",
"ts-loader": "^7.0.4",
"webpack": "^4.41.6",