diff --git a/webpack.config.js b/webpack.config.js
index 2663242992..4ad5d69bbf 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
   return true;
 };
 
+/** @type {import("webpack").Configuration} */
 export default {
   mode: isProduction ? 'production' : 'development',
   entry: {