Skip to content

Commit

Permalink
Update build.cjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Jan 11, 2025
1 parent 8b8a69e commit e320439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generators/typescript-v2/dynamic-snippets/build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ async function main() {
const config = {
entry: ['src/**/*.ts', '!src/__test__'],
target: "es2017",
// minify: true,
dts: true,
esbuildPlugins: [
NodeModulesPolyfillPlugin(),
Expand Down Expand Up @@ -73,4 +72,4 @@ async function main() {
2
)
);
}
}

0 comments on commit e320439

Please sign in to comment.