You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the plugin currently depends on the internal structure
of class-transformer to re-implement stackable Expose decorator
related issues:
typestack/class-transformer#1259, #100
the plugin currently depends on the internal structure
of class-transformer to re-implement stackable Expose decorator
related issues:
typestack/class-transformer#1259, #100
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:webpack-userscript/lib/features/validate-headers/utils.ts
Line 2 in ebcdfb6
Downgrading
webpack-userscript
to version 3.1.0 makes the build work again as normal.The text was updated successfully, but these errors were encountered: