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[\\/]/,