preprocess-loader icon indicating copy to clipboard operation
preprocess-loader copied to clipboard

Should not delete `query.ppOptions`.

Open malash opened this issue 5 years ago • 2 comments

Should not delete query.ppOptions in this line:

https://github.com/dearrrfish/preprocess-loader/blob/d49452a2943334c4c6d28b3c6f46cdee21769bf2/index.coffee#L53

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

malash avatar May 14 '19 07:05 malash

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

timocov avatar Dec 30 '19 16:12 timocov

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

timocov avatar Dec 30 '19 16:12 timocov