webpack: dynamic js build on update
This commit is contained in:
@@ -74,7 +74,7 @@ class che_불가침제의 extends Command\NationCommand
|
||||
{
|
||||
$general = $this->generalObj;
|
||||
|
||||
|
||||
|
||||
|
||||
$this->setCity();
|
||||
$this->setNation();
|
||||
@@ -94,7 +94,7 @@ class che_불가침제의 extends Command\NationCommand
|
||||
$month = $this->arg['month'];
|
||||
|
||||
$env = $this->env;
|
||||
|
||||
|
||||
$relYear = $env['year'] - $env['startyear'];
|
||||
$currentMonth = $env['year'] * 12 + $env['month'] - 1;
|
||||
$reqMonth = $year * 12 + $month - 1;
|
||||
@@ -226,7 +226,7 @@ class che_불가침제의 extends Command\NationCommand
|
||||
public function getJSFiles(): array
|
||||
{
|
||||
return [
|
||||
'js/defaultSelectNationByMap.js'
|
||||
'dist_js/defaultSelectNationByMap.js'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user