webpack: dynamic js build on update

This commit is contained in:
2021-08-25 03:35:51 +09:00
parent 90c696776c
commit 3961ff5185
107 changed files with 288 additions and 419 deletions
@@ -82,7 +82,7 @@ class che_국기변경 extends Command\NationCommand
public function getCost(): array
{
return [0, 0];
}
@@ -154,7 +154,7 @@ class che_국기변경 extends Command\NationCommand
public function getJSFiles(): array
{
return [
'js/colorSelect.js'
'dist_js/colorSelect.js'
];
}