Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
Remove blank lines
  • Loading branch information
oliviertassinari authored Jun 8, 2018
1 parent 195d7d9 commit 4e4dbb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default [
replace({ 'process.env.NODE_ENV': JSON.stringify('development') }),
],
},

{
input,
output: { file: `build/umd/${name}.production.min.js`, format: 'umd', name, globals },
Expand All @@ -51,7 +50,6 @@ export default [
uglify(),
],
},

{
input,
output: { file: `build/dist/${name}.esm.js`, format: 'es' },
Expand Down

0 comments on commit 4e4dbb7

Please sign in to comment.