mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-10 18:33:51 +02:00
chore(webpack): update config
This commit is contained in:
@@ -42,12 +42,9 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.(eot|png|svg|ttf|woff)/,
|
||||
use: {
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
limit: false,
|
||||
name: 'assets/[name].[ext]'
|
||||
}
|
||||
type: 'asset',
|
||||
generator: {
|
||||
filename: 'assets/[name][ext]'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user