Merge pull request #2269 from nextcloud/bugfix/2268
No need to add url-loader twice
This commit is contained in:
11
webpack.js
11
webpack.js
@@ -13,17 +13,6 @@ const config = {
|
|||||||
jsonpFunction: 'webpackJsonpOCADeck',
|
jsonpFunction: 'webpackJsonpOCADeck',
|
||||||
chunkFilename: '[name].js?v=[contenthash]',
|
chunkFilename: '[name].js?v=[contenthash]',
|
||||||
},
|
},
|
||||||
module: {
|
|
||||||
rules: [
|
|
||||||
{
|
|
||||||
test: /\.(png|jpg|gif|svg)$/,
|
|
||||||
loader: 'url-loader',
|
|
||||||
options: {
|
|
||||||
name: '[name].[ext]?[hash]'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['*', '.js', '.vue', '.json'],
|
extensions: ['*', '.js', '.vue', '.json'],
|
||||||
modules: [
|
modules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user