Skip to content

Commit

Permalink
Revert "packages: external"
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed May 31, 2023
1 parent dff0e3f commit d6b2761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function bundleFile(package, file) {
entryPoints: [`packages/${package}/builds/${file}`],
outfile: `packages/${package}/dist/${file.replace('.js', '.esm.js')}`,
bundle: true,
packages: 'external',
platform: 'neutral',
mainFields: ['module', 'main'],
})
Expand All @@ -70,7 +69,6 @@ function bundleFile(package, file) {
entryPoints: [`packages/${package}/builds/${file}`],
outfile: `packages/${package}/dist/${file.replace('.js', '.cjs.js')}`,
bundle: true,
packages: 'external',
target: ['node10.4'],
platform: 'node',
}).then(() => {
Expand Down

0 comments on commit d6b2761

Please sign in to comment.