I get this warning in dev mode every time I compile my react.js project:
./node_modules/defaultable/defaultable.js
49:13-31 Critical dependency: the request of a dependency is an expression
I created the project with create-react-app which setups the whole toolchain (babel, eslint, webpack) for me. Maybe it's interesting that I had to npm install dns and readline manually because they couldn't be resolved in the default setup.
Is it possible to make it compile without warning?
Thanks!
I get this warning in dev mode every time I compile my react.js project:
I created the project with
create-react-appwhich setups the whole toolchain (babel, eslint, webpack) for me. Maybe it's interesting that I had to npm installdnsandreadlinemanually because they couldn't be resolved in the default setup.Is it possible to make it compile without warning?
Thanks!