Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2021-02-09 22:59:50 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2021-02-09 22:59:50 +0300
commit2ac1d190c998b671066f7d2cf7b25731f825024a (patch)
tree2268505a03e02b960876e6cb52fbfb1c579ef31a /webpack.config.js
parenta989406ff7046742a1ed8b01299f4e2a7da475dc (diff)
update webpack
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 4a9f6cb..7fb6059 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -97,7 +97,7 @@ const config = {
path: path.join(__dirname, '.tmp', 'dist'),
publicPath: '/',
filename: isProduction ? '[name]-[chunkhash].js' : '[name].js',
- assetModuleFilename: 'assets/[name]-[hash].[ext]'
+ assetModuleFilename: 'assets/[name]-[hash][ext]'
},
resolve: {