build(static): fix webpack build warngins

This commit is contained in:
2026-07-06 10:56:02 +03:00
parent d1bdac66c0
commit 820472796b
2 changed files with 15 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
{
"name": "gallery",
"version": "0.4.1",
"type": "module",
"scripts": {
"build": "webpack"
"build": "webpack --mode production",
"dev": "webpack --watch --mode development"
},
"author": "shmyga <shmyga.z@gmail.com>",
"license": "ISC",