blob: 3bdbd3cc06c61e1936197c0387cf156233afe067 (
plain)
1
2
3
4
5
|
config.resolve.modules.push("src/main/resources/")
config.resolve.modules.push(".")
config.module.rules.push({test: /\.txt$/, type: 'asset/source'})
config.module.rules.push({test: /\.(png|jpg|jpeg|svg|gif)$/i, type: 'asset/resource'})
console.log("Hahahahahah")
|