aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-15 18:16:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-15 21:50:50 +0300
commitf05a6998c1231bd4e0d2856f5f8c3126b0d38747 (patch)
tree50ed3958d6be072af7ba2656b80d22bbe982fd66 /package.json
parentdocker-compose: improve mount dir (diff)
downloadsoko-f05a6998c1231bd4e0d2856f5f8c3126b0d38747.tar.gz
soko-f05a6998c1231bd4e0d2856f5f8c3126b0d38747.tar.bz2
soko-f05a6998c1231bd4e0d2856f5f8c3126b0d38747.zip
fix view with noscript
- configure webpack to extract the css - configure webpack mode to be production - add fallback for noscript users with the css In this mode, the website is still far from ideal, for example the icons aren't displayed, but it looks much better now, mostly functional. Closes: https://bugs.gentoo.org/721684 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1349a35..ae863b3 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"devDependencies": {
"css-loader": "^3.6.0",
"file-loader": "^5.1.0",
+ "mini-css-extract-plugin": "^2.7.5",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.5",
"sass": "^1.61.0",