You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/03/12 03:31:59 UTC

(superset) branch remove-double-dotted-images-in-webpack updated: Update webpack.config.js

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch remove-double-dotted-images-in-webpack
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/remove-double-dotted-images-in-webpack by this push:
     new c733cb2285 Update webpack.config.js
c733cb2285 is described below

commit c733cb2285b08c21f6aeffc14c0c77742208f648
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Mon Mar 11 21:31:44 2024 -0600

    Update webpack.config.js
---
 superset-frontend/webpack.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/webpack.config.js b/superset-frontend/webpack.config.js
index d531a01cc9..d71fa2a195 100644
--- a/superset-frontend/webpack.config.js
+++ b/superset-frontend/webpack.config.js
@@ -403,7 +403,7 @@ const config = {
         },
         type: 'asset',
         generator: {
-          filename: '[name].[contenthash:8].[ext]',
+          filename: '[name].[contenthash:8][ext]',
         },
       },
       {
@@ -431,7 +431,7 @@ const config = {
         test: /\.(jpg|gif)$/,
         type: 'asset/resource',
         generator: {
-          filename: '[name].[contenthash:8].[ext]',
+          filename: '[name].[contenthash:8][ext]',
         },
       },
       /* for font-awesome */