npm install -D workerize-loader
Nilanth opened this issue · 1 comments
Nilanth commented
is workerize-loader cannot be used on Production? as we install it as a dev dependency !
developit commented
It is only used at build time, because it is a plugin for Webpack which is a build tool. "Production dependency" doesn't mean "production-ready", it means "imported by code in production".