summaryrefslogtreecommitdiff
path: root/webpack.config.d/style.js
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-08-20 15:48:04 +0200
committernea <romangraef@gmail.com>2022-08-20 15:48:04 +0200
commit6207fd482a685527fda286e0df5d4fa87aa85149 (patch)
tree497bc3aa56286ce29224ae83382396ee69462e82 /webpack.config.d/style.js
parent893ece6b2f02329d460538311f572cb5b1936d3f (diff)
downloadneamoe-6207fd482a685527fda286e0df5d4fa87aa85149.tar.gz
neamoe-6207fd482a685527fda286e0df5d4fa87aa85149.tar.bz2
neamoe-6207fd482a685527fda286e0df5d4fa87aa85149.zip
subprojectification
Diffstat (limited to 'webpack.config.d/style.js')
-rw-r--r--webpack.config.d/style.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/webpack.config.d/style.js b/webpack.config.d/style.js
deleted file mode 100644
index 0b521a8..0000000
--- a/webpack.config.d/style.js
+++ /dev/null
@@ -1,3 +0,0 @@
-config.resolve.modules.push("src/main/resources/")
-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