and now the svg can be found, but it cannot be loaded.
I get the following error message during the build:
Copy code
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
Do I need to manually configure loaders for my svg? If so, any help with this would be appreciated.
Steven
04/15/2023, 9:27 PM
I've got it (mostly) working by using
id("io.github.turansky.kfc.application")
instead of the
kfc.webpack
and specifying
kfc.webpack.run=true
in
gradle.properties
o
OrfeasZ
04/15/2023, 11:45 PM
You can create a
webpack.config.d
folder inside your project folder (next to your
src
folder) and create a
file-rules.js
file in there (call it whatever you want) and put something like this inside: