Is it possible to use with modules of node_modules? When using this i receive _TypeError: cb is not a function_ My code is: `import Display from 'bundle-loader?lazy!../../node_modules/<module>/widgets/Display/Display.component.jsx';`
Is it possible to use with modules of node_modules?
When using this i receive TypeError: cb is not a function
My code is:
import Display from 'bundle-loader?lazy!../../node_modules/<module>/widgets/Display/Display.component.jsx';