Skip to content

Commit

Permalink
fix: fix build;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Mar 4, 2020
1 parent 56e8fab commit 9ec99fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ export default {
{
file: pkg.module,
format: 'es',
exports: 'named',
},
{
file: pkg.main,
format: 'umd',
name: 'of',
sourcemap: true,
exports: 'named',
format: 'cjs',
},
],

Expand All @@ -25,7 +21,7 @@ export default {
tsconfigOverride: {
compilerOptions: {
module: 'esnext',
target: 'esnext',
target: 'es5',
declaration: true,
},
},
Expand Down

0 comments on commit 9ec99fa

Please sign in to comment.