maven - Webpack -p extremely long build time -


running webpack -p results in webpack hanging 2 minutes seen in stacktrace below:

    [error] loaderutils.parsequery() received non-string value can problematic, see https://github.com/webpack/loader-utils/issues/56     [error] parsequery() replaced getoptions() in next major version of loader-utils.     [info] hash: 3630895d5243d91f70f9     [info] version: webpack 2.2.1     [info] time: 112723ms 

it hangs in between 2 error calls , hash being created(to insert filename).

is there way see what's causing this? seems abnormal have such blocking element in build process - there surely wrong.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -