Explorar el Código

ignore mongoose for client

Yuki Takei hace 4 años
padre
commit
25c0c0d843
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/config/webpack.common.js

+ 1 - 0
packages/app/config/webpack.common.js

@@ -127,6 +127,7 @@ module.exports = (options) => {
       // ignore
       new webpack.IgnorePlugin(/^\.\/lib\/deflate\.js/, /markdown-it-plantuml/),
       new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
+      new webpack.IgnorePlugin(/mongoose/),
 
       new LodashModuleReplacementPlugin({
         flattening: true,