Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Watanabe <sfbgwm30@gmail.com>2021-03-27 16:51:01 +0300
committerGitHub <noreply@github.com>2021-03-27 16:51:01 +0300
commitd26017c6bef8141a3ab16e16226dcc442c0dd515 (patch)
treeb6f60c336d52fb5e27d0dbc931130a5e15670e11 /package.json
parent334060ddf1cac9c95e2c14aed52cdc7b88c5d5e8 (diff)
Revert "Fix fonts do not download"
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8405e2b..85eadc9 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"prettier-eslint-cli": "^5.0.0",
"prettier-plugin-go-template": "^0.0.10",
"style-loader": "^1.1.3",
- "webpack": "^5.28.0",
+ "webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"husky": {
@@ -42,10 +42,10 @@
}
},
"lint-staged": {
- "layouts/**/!(bundle).html": [
+ "!(bundle).html": [
"prettier-eslint --write $PWD/'static/src/**/*.js $PWD/'layouts/**/*.html'"
],
- "static/**/!(bundle).js": [
+ "!(bundle).js": [
"eslint $PWD/'static/src/**/*.js'"
]
}