Skip to content

Commit 8f11862

Browse files
author
rt2zz
committed
(deps): update rollup
1 parent b13a390 commit 8f11862

File tree

3 files changed

+35
-42
lines changed

3 files changed

+35
-42
lines changed

package-lock.json

Lines changed: 31 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@babel/cli": "^7.4.4",
54+
"@babel/core": "^7.4.4",
5455
"@babel/plugin-proposal-class-properties": "^7.4.4",
5556
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
5657
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
@@ -76,9 +77,9 @@
7677
"redux-mock-store": "^1.5.1",
7778
"rimraf": "^2.6.1",
7879
"rollup": "^0.55.3",
79-
"rollup-plugin-babel": "^3.0.3",
80-
"rollup-plugin-node-resolve": "^3.0.2",
81-
"rollup-plugin-replace": "^2.0.0",
80+
"rollup-plugin-babel": "^4.3.2",
81+
"rollup-plugin-node-resolve": "^4.2.3",
82+
"rollup-plugin-replace": "^2.2.0",
8283
"rollup-plugin-uglify": "^3.0.0",
8384
"sinon": "^4.2.2",
8485
"storage-memory": "0.0.2"

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const config = {
1818
}),
1919
babel({
2020
exclude: 'node_modules/**',
21-
plugins: ['external-helpers']
2221
}),
2322
replace({
2423
'process.env.NODE_ENV': JSON.stringify(env)

0 commit comments

Comments
 (0)