diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index 4386de3db98015d8e77d51b531c96d1e44e4283d..1a516d141925b17f786d2e65774055ab4e13ba4e 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -39,6 +39,7 @@ module.exports = Object.keys(langs).map(lang => {
 			extensions: [
 				'.js', '.ts'
 			]
-		}
+		},
+		cache: true
 	};
 });