refs #3971 Fix: blank page
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-17 23:47:33 +01:00
parent 6ecce8fec6
commit ac62118a20
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.16) stable; urgency=low
hedera-web (22.44.17) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "22.44.16",
"version": "22.44.17",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -18,7 +18,7 @@ const baseConfig = {
},
module: {
rules: [
{
/*{
test: /\.m?js$/,
exclude: /(node_modules|bower_components)/,
use: {
@ -27,7 +27,7 @@ const baseConfig = {
presets: ['@babel/preset-env']
}
}
}, {
},*/ {
test: /\.css$/,
use: ['style-loader', 'css-loader'],
}, {