Skip to content

Commit

Permalink
fix: move commonjs upper
Browse files Browse the repository at this point in the history
  • Loading branch information
avdeev committed Mar 15, 2019
1 parent 70b7aa0 commit d6a11c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/umd.rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default {
},
legacy: true,
plugins: [
commonjs({
sourceMap: false
}),
resolve({
browser: true,
main: true,
Expand All @@ -30,9 +33,6 @@ export default {
include: 'src/icons/*.svg'
}),
json(),
commonjs({
sourceMap: false
}),
babel({
babelrc: false,
exclude: 'node_modules/**',
Expand Down

0 comments on commit d6a11c0

Please sign in to comment.