Skip to content

Commit

Permalink
improve rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
huang2002 committed Feb 9, 2019
1 parent fb113a3 commit 491c256
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import rollupPluginBabel from "rollup-plugin-babel";
const input = 'raw/index.js';

export default [
{
input,
output: {
format: 'esm',
file: 'dist/hyper-ui.core.js'
}
},
{
input,
plugins: [
Expand All @@ -20,5 +13,12 @@ export default [
name: 'HUI',
file: 'dist/hyper-ui.core.umd.js'
}
},
{
input,
output: {
format: 'esm',
file: 'dist/hyper-ui.core.js'
}
}
];

0 comments on commit 491c256

Please sign in to comment.