From c1dbd03ab4868b5f555fd46e0aab0d28dd14cba5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 01:19:30 +0000 Subject: [PATCH] Bump @nextcloud/webpack-vue-config from 1.1.0 to 1.2.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] Signed-off-by: npmbuildbot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- webpack.js | 4 ---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d99decbed..875ce2214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3221,9 +3221,9 @@ } }, "@nextcloud/webpack-vue-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.1.0.tgz", - "integrity": "sha512-3eDbH05tlkfM12syuM36QS+xU1r80iX21PZ5tN+/O9Ekto2psmt+vf7Vgs5JX20M97Uy89POQ09A8tQUj83Yuw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.2.0.tgz", + "integrity": "sha512-JBLk/ksQJQfnbe9fTfeJESCYWv1E2kEyv8Ms0ttj6XCcZfsJICJAVNk4HZtvzDcmqY95Ccnfyy82i9EjaGO3nw==", "dev": true }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 2e37da166..090297e03 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^2.2.0", "@nextcloud/eslint-plugin": "^1.4.0", - "@nextcloud/webpack-vue-config": "^1.1.0", + "@nextcloud/webpack-vue-config": "^1.2.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-loader-exclude-node-modules-except": "^1.0.3", diff --git a/webpack.js b/webpack.js index e12328c3d..686368432 100644 --- a/webpack.js +++ b/webpack.js @@ -20,10 +20,6 @@ const config = { 'webdav', ]), }, - { - test: /\.(png|jpg|gif|svg)$/, - loader: 'url-loader', - }, ], }, plugins: [