Prevent multiple Webpack instances lazy loading conflict
If you have been running multiple webpack instances with lazy loading, you must define the loading chunk function name in your webpack config.
If you have been running multiple webpack instances with lazy loading, you must define the loading chunk function name in your webpack config.
In some cases, you might just want to compile your pre-processors styles like SCSS, LESS to CSS and assign it to a variable then do something with it at runtime.