summaryrefslogtreecommitdiff
path: root/webpack.config.d
diff options
context:
space:
mode:
authornea <romangraef@loves.dicksinhisan.us>2021-12-10 03:22:34 +0100
committernea <romangraef@loves.dicksinhisan.us>2021-12-10 03:22:34 +0100
commit633f68d0c9a0f9a120f14da7e8ccea6102965c41 (patch)
treef8f4a5c7638c43e9b3948ce77ee12f317e559b05 /webpack.config.d
parentddf592aa0c1f48a09599e6982cb2e20dd4b56545 (diff)
downloadneamoe-633f68d0c9a0f9a120f14da7e8ccea6102965c41.tar.gz
neamoe-633f68d0c9a0f9a120f14da7e8ccea6102965c41.tar.bz2
neamoe-633f68d0c9a0f9a120f14da7e8ccea6102965c41.zip
downloads and images
Diffstat (limited to 'webpack.config.d')
-rw-r--r--webpack.config.d/style.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.d/style.js b/webpack.config.d/style.js
index 0e46452..0b521a8 100644
--- a/webpack.config.d/style.js
+++ b/webpack.config.d/style.js
@@ -1,2 +1,3 @@
config.resolve.modules.push("src/main/resources/")
-config.module.rules.push({test: /\.txt$/, type: 'asset/source'}) \ No newline at end of file
+config.module.rules.push({test: /\.txt$/, type: 'asset/source'})
+config.module.rules.push({test: /\.(png|jpg|jpeg|svg|gif)$/i, type: 'asset/resource'}) \ No newline at end of file