build(static): fix webpack build warngins
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user