From 1a10ef3828e77420e841631b163b8ab062484f58 Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Fri, 18 Nov 2022 18:13:21 +0800 Subject: [PATCH] chore: add webpack export type check --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 26632429929b9..4ad5d69bbf2f0 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: {