Browse Source

chore: add webpack export type check (#21857)

add webpack export type check

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.19.0-rc0
Percy Ma 1 year ago
parent
commit
6da8bc6be9
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

@@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
return true;
};

/** @type {import("webpack").Configuration} */
export default {
mode: isProduction ? 'production' : 'development',
entry: {

Loading…
Cancel
Save