diff options
author | nea <romangraef@loves.dicksinhisan.us> | 2021-12-10 03:22:34 +0100 |
---|---|---|
committer | nea <romangraef@loves.dicksinhisan.us> | 2021-12-10 03:22:34 +0100 |
commit | 633f68d0c9a0f9a120f14da7e8ccea6102965c41 (patch) | |
tree | f8f4a5c7638c43e9b3948ce77ee12f317e559b05 /webpack.config.d | |
parent | ddf592aa0c1f48a09599e6982cb2e20dd4b56545 (diff) | |
download | neamoe-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.js | 3 |
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 |