Closed Dasug closed 1 year ago
:tada: This issue has been resolved in version 3.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@Dasug Thanks for reporting!
v3.2.0 has been deprecated and v3.2.1 should be used instead. 😊
After upgrading to version 3.2 of
webpack-userscript
, the webpack build for my project fails with the following error message:This seems to be the place in the code where
class-transformer/types/storage
is required:https://github.com/momocow/webpack-userscript/blob/ebcdfb6a94c07421dbc592a070c48cae44cbdf72/lib/features/validate-headers/utils.ts#L2
Downgrading
webpack-userscript
to version 3.1.0 makes the build work again as normal.