From 6cd311afcbed019712583960b3e97849a6e8a3a5 Mon Sep 17 00:00:00 2001 From: eduardhrachou Date: Fri, 12 Jan 2024 17:51:00 +0300 Subject: [PATCH] try --- gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index 1ce9cb8c258..57f7835442b 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -414,7 +414,7 @@ exports.onCreateWebpackConfig = ({ actions, loaders, getConfig }, { ...options } maxAsyncRequests: 5, maxInitialRequests: 3, automaticNameDelimiter: '~', - name: true, + name: 'deriv-js', cacheGroups: { vendors: { test: /[\\/]node_modules[\\/]/,