Merge pull request #2269 from nextcloud/bugfix/2268

No need to add url-loader twice
This commit is contained in:
John Molakvoæ
2020-09-07 11:11:24 +02:00
committed by GitHub

View File

@@ -13,17 +13,6 @@ const config = {
jsonpFunction: 'webpackJsonpOCADeck',
chunkFilename: '[name].js?v=[contenthash]',
},
module: {
rules: [
{
test: /\.(png|jpg|gif|svg)$/,
loader: 'url-loader',
options: {
name: '[name].[ext]?[hash]'
}
}
]
},
resolve: {
extensions: ['*', '.js', '.vue', '.json'],
modules: [