jonschlinkert / merge-deep

Recursively merge values in a JavaScript object.

Home Page:https://github.com/jonschlinkert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack support

syuilo opened this issue · comments

I got the error:

 WARNING in ./node_modules/merge-deep/utils.js
    7:34-41 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
     @ ./node_modules/merge-deep/utils.js
     @ ./node_modules/merge-deep/index.js
WARNING  Compiled with 1 warnings                                                                                                                                                                                                                             9:20:29 PM

 warning  in ./node_modules/merge-deep/node_modules/clone-deep/utils.js

Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

This is caused by the dependency on a very old version of clone-deep.. You should update it..

@syuilo try using unlazy-loader

Worked for me

work for me
thank you!