Jelajahi Sumber

revert ignoring mongoose for client to fix error

Yuki Takei 4 tahun lalu
induk
melakukan
187e515411
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      packages/app/config/webpack.common.js

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

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