Skip to content

Commit

Permalink
fix: Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jun 19, 2022
1 parent f3085e6 commit 24b1830
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 @@ -24,9 +24,9 @@ export default [
plugins: [commonjs(), json(), typescript(), autoExternal()],
},
{
input: './src/entrypoints/native-fetch.ts',
input: './src/entrypoints/fetch.ts',
output: {
file: './dist/native-fetch.mjs',
file: './dist/fetch.mjs',
format: 'esm',
},
plugins: [commonjs(), json(), typescript(), autoExternal()],
Expand Down

0 comments on commit 24b1830

Please sign in to comment.