Skip to content

Commit

Permalink
Remove deprecated rollup resolve config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaladas committed Aug 29, 2019
1 parent 0f561a8 commit b82e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
},
external: ['react'],
plugins: [
resolve({jsnext: true}),
resolve(),
commonjs({include: 'node_modules/**'}),
babel({exclude: 'node_modules/**'}),
replace({'process.env.NODE_ENV': JSON.stringify(env)})
Expand Down

0 comments on commit b82e005

Please sign in to comment.