-
+
co
-
+
s
diff --git a/webpack.config.js b/webpack.config.js
index 1177de9..d117790 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -11,6 +11,7 @@ const config = {
output: {
path: path.resolve('./public/'),
filename: "bundle.js",
+ chunkFilename: 'bundle.[chunkhash:8].js'
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],