Is there a way to configure the grunt-webpack plugin to avoid blocking other work-related tasks while using webpack with a clock? I know there are grunt plugins to run tasks in a separate process, but it would be great to do this from the plugin configuration.
source share