From 5843b02bad28bc82567c195ca0bb31515e3dbb36 Mon Sep 17 00:00:00 2001
From: nea <romangraef@loves.dicksinhisan.us>
Date: Tue, 7 Dec 2021 05:28:25 +0100
Subject: uwu

---
 webpack.config.d/style.js | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 webpack.config.d/style.js

(limited to 'webpack.config.d')

diff --git a/webpack.config.d/style.js b/webpack.config.d/style.js
new file mode 100644
index 0000000..0e46452
--- /dev/null
+++ b/webpack.config.d/style.js
@@ -0,0 +1,2 @@
+config.resolve.modules.push("src/main/resources/")
+config.module.rules.push({test: /\.txt$/, type: 'asset/source'})
\ No newline at end of file
-- 
cgit