This commit is contained in:
parent
339f885d1b
commit
ece21bb929
|
@ -1,4 +1,4 @@
|
|||
hedera-web (22.46.3) stable; urgency=low
|
||||
hedera-web (22.46.4) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "22.46.3",
|
||||
"version": "22.46.4",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -45,7 +45,7 @@ function getWebpackAssets() {
|
|||
|
||||
function addAssets(&$jsFiles, $assets) {
|
||||
foreach ($assets->js as $asset)
|
||||
if (!str_starts_with($asset, 'chunk.'))
|
||||
if (strpos($asset, 'chunk.') !== 0)
|
||||
$jsFiles[] = $serverPath.$asset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue