chore: add webpack export type check (#21857)

add webpack export type check

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Percy Ma 2022-11-19 01:01:06 +08:00 committed by GitHub
parent 20385b52a3
commit 6da8bc6be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
return true;
};
/** @type {import("webpack").Configuration} */
export default {
mode: isProduction ? 'production' : 'development',
entry: {