Skip to content

Commit 861ec64

Browse files
author
gapmiss
committed
update Iconoir Icons to v6.8.0
1 parent a3e9a8f commit 861ec64

File tree

6 files changed

+339
-2768
lines changed

6 files changed

+339
-2768
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ node_modules/
88
.env.production.local
99
.env.local
1010

11-
.DS_Store
11+
.DS_Store
12+
13+
package-lock.json
14+
15+
archive

esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ esbuild.build({
3636
watch: !prod,
3737
target: 'es2018',
3838
logLevel: "info",
39-
sourcemap: prod ? false : 'inline',
39+
sourcemap: prod ? false : false,
4040
treeShaking: true,
4141
outfile: 'main.js',
4242
}).catch(() => process.exit(1));

0 commit comments

Comments
 (0)