Explorar el Código

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 hace 1 año
padre
commit
6da8bc6be9
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Ver fichero

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

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

Cargando…
Cancelar
Guardar