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: [