aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/webpack.config.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-17 19:10:19 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-17 19:10:19 +0200
commitefdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7 (patch)
treec623e8b3fba326dcbb57228f1ddbfbf55eeec494 /language-web/webpack.config.js
parentAdd ESLint config (diff)
downloadrefinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.tar.gz
refinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.tar.zst
refinery-efdb6c6620e9ea7f5861efbef7d3462bf3c7bcd7.zip
Frontend color theme
Diffstat (limited to 'language-web/webpack.config.js')
-rw-r--r--language-web/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/webpack.config.js b/language-web/webpack.config.js
index 0b89298c..ae2f2386 100644
--- a/language-web/webpack.config.js
+++ b/language-web/webpack.config.js
@@ -100,7 +100,7 @@ module.exports = {
100 implementation: require.resolve('sass'), 100 implementation: require.resolve('sass'),
101 }, 101 },
102 }, 102 },
103 ] 103 ],
104 }, 104 },
105 { 105 {
106 test: /\.(gif|png|jpe?g|svg?)$/i, 106 test: /\.(gif|png|jpe?g|svg?)$/i,