From da0c8c06f7f37461f9ac47086fdbbef5f600504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 7 Sep 2020 10:12:52 +0200 Subject: [PATCH] No need to add url-loader twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- webpack.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/webpack.js b/webpack.js index e8efde30e..d3503e89d 100644 --- a/webpack.js +++ b/webpack.js @@ -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: [