diff options
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webpack.common.js b/webpack.common.js index 373d18422f8..3cae88369f7 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -109,10 +109,7 @@ module.exports = { }, { test: /\.(png|jpe?g|gif|svg|woff2?|eot|ttf)$/, - loader: 'url-loader', - options: { - name: '[name].[ext]?[hash]', - }, + type: 'asset/inline', }, { test: /\.handlebars/, |