Skip to content

Commit

Permalink
update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
timhagn committed Oct 23, 2018
1 parent f26a3a5 commit 2db4aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import uglify from 'rollup-plugin-uglify';
const prod = process.env.PRODUCTION;

let config = {
entry: 'src/index.js',
sourceMap: true,
input: 'src/index.js',
sourcemap: true,
exports: 'named',
external: ['react', 'styled-components'],
}
Expand Down

0 comments on commit 2db4aea

Please sign in to comment.