Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
chore: minify builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Jan 20, 2023
1 parent d8696c6 commit 1cecf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const plugins = [
nodeResolve({ preferBuiltins: false, browser: true }),
commonjs(),
esbuild({
minify: false,
minify: true,
tsconfig: "./tsconfig.json",
loaders: {
".json": "json",
Expand Down

0 comments on commit 1cecf18

Please sign in to comment.