summaryrefslogtreecommitdiff
path: root/webpack.config.d
diff options
context:
space:
mode:
authornea <romangraef@loves.dicksinhisan.us>2021-12-07 05:28:25 +0100
committernea <romangraef@loves.dicksinhisan.us>2021-12-07 19:08:02 +0100
commit5843b02bad28bc82567c195ca0bb31515e3dbb36 (patch)
tree673f842605f37be928a36811ddd67ed8948afdab /webpack.config.d
parent6b44e60fc4efc23a30f16492bf9dc17aa30b66c5 (diff)
downloadneamoe-5843b02bad28bc82567c195ca0bb31515e3dbb36.tar.gz
neamoe-5843b02bad28bc82567c195ca0bb31515e3dbb36.tar.bz2
neamoe-5843b02bad28bc82567c195ca0bb31515e3dbb36.zip
uwu
Diffstat (limited to 'webpack.config.d')
-rw-r--r--webpack.config.d/style.js2
1 files changed, 2 insertions, 0 deletions
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