Skip to content

Commit

Permalink
Rollup update (reduxjs#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and timdorr committed Nov 22, 2017
1 parent c87bd3b commit 3905229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"glob": "^7.1.1",
"jest": "^21.2.1",
"rimraf": "^2.6.2",
"rollup": "^0.50.0",
"rollup": "^0.51.8",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
Expand Down
3 changes: 0 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import nodeResolve from 'rollup-plugin-node-resolve'
import babel from 'rollup-plugin-babel'
import { list as babelHelpersList } from 'babel-helpers'
import replace from 'rollup-plugin-replace'
import uglify from 'rollup-plugin-uglify'

Expand All @@ -16,7 +15,6 @@ if (env === 'es' || env === 'cjs') {
config.plugins.push(
babel({
plugins: ['external-helpers'],
externalHelpersWhitelist: babelHelpersList.filter(helperName => helperName !== 'asyncGenerator')
})
)
}
Expand All @@ -31,7 +29,6 @@ if (env === 'development' || env === 'production') {
babel({
exclude: 'node_modules/**',
plugins: ['external-helpers'],
externalHelpersWhitelist: babelHelpersList.filter(helperName => helperName !== 'asyncGenerator')
}),
replace({
'process.env.NODE_ENV': JSON.stringify(env)
Expand Down

0 comments on commit 3905229

Please sign in to comment.