Skip to content

Commit

Permalink
fix: Fixed esm input and output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cajames committed Aug 6, 2018
1 parent 0480c94 commit 24e7847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const pluginCJS = {
}
const pluginESM = {
...base,
input: pkg.module,
input: './src/index.ts',
output: {
file: 'lib/index.esm.js',
file: pkg.module,
format: 'esm'
}
}
Expand Down

0 comments on commit 24e7847

Please sign in to comment.