Skip to content

Commit 54e6554

Browse files
authored
Merge pull request #584 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-1.2.0
2 parents 91e96d2 + c1dbd03 commit 54e6554

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@nextcloud/browserslist-config": "^1.0.0",
7171
"@nextcloud/eslint-config": "^2.2.0",
7272
"@nextcloud/eslint-plugin": "^1.4.0",
73-
"@nextcloud/webpack-vue-config": "^1.1.0",
73+
"@nextcloud/webpack-vue-config": "^1.2.0",
7474
"babel-eslint": "^10.1.0",
7575
"babel-loader": "^8.1.0",
7676
"babel-loader-exclude-node-modules-except": "^1.0.3",

webpack.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const config = {
2020
'webdav',
2121
]),
2222
},
23-
{
24-
test: /\.(png|jpg|gif|svg)$/,
25-
loader: 'url-loader',
26-
},
2723
],
2824
},
2925
plugins: [

0 commit comments

Comments
 (0)