dearrrfish/preprocess-loader

Should not delete `query.ppOptions`.

Opened this issue · 2 comments

Should not delete query.ppOptions in this line:

delete query.ppOptions

Because when the next time the loader run the query.ppOptions is missing.

I'm also faced this issue. @dearrrfish can you please take a look?

It happens in case of using with webpack 2+ and options object, not via loader string.