summaryrefslogtreecommitdiff
path: root/webpack.config.d/style.js
blob: 0b521a81b0a1613e390294f348ea6765f1522173 (plain)
1
2
3
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'})