Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k15a committed Jul 1, 2017
1 parent 8ad0502 commit dbfd5ed
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 @@ -75,7 +75,7 @@ if (prod) plugins.push(uglify(), visualizer({ filename: './bundle-stats.html' })
export default {
entry: 'src/index.js',
moduleName: 'styled',
external: esbundle ? Object.keys(pkg.dependencies) : ['react'],
external: ['react'].concat(esbundle ? Object.keys(pkg.dependencies) : []),
exports: 'named',
targets,
plugins,
Expand Down

0 comments on commit dbfd5ed

Please sign in to comment.