webpack support
syuilo opened this issue · comments
syuilo commented
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
Brian Woodward commented
@syuilo try using unlazy-loader
Adrien Foulon commented
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..
Rikearon commented
@syuilo try using unlazy-loader
Worked for me
peiguangda commented
work for me
thank you!