Skip to content

Commit

Permalink
0.9.997
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Aug 6, 2024
1 parent 520f5d0 commit 9693294
Show file tree
Hide file tree
Showing 157 changed files with 5,075 additions and 161,792 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ esbuild.build({
logLevel: "info",
sourcemap: buildv ? false : 'inline',
treeShaking: true,
minify: true,
outfile: outputDir+'/main.js',
define: { 'process.env.NODE_ENV': prod ? '"production"' : '"development"' },
plugins: [renamePlugin,
Expand Down
Loading

0 comments on commit 9693294

Please sign in to comment.