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
Type: { skipLoaders: string[]; }
Optional: true
Default: { skipLoaders: [] }
Configuration of the interceptor for webpack loaders, and it worked when the features.loader === true.
skipLoaders means the loader list which you want to skip it (will not report the target loader data when webpack compile).
What does the proposed API look like?
support.loaderInterceptorOptions
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
loaderInterceptorOptions
Type: { skipLoaders: string[]; }
Optional: true
Default: { skipLoaders: [] }
Configuration of the interceptor for webpack loaders, and it worked when the features.loader === true.
skipLoaders means the loader list which you want to skip it (will not report the target loader data when webpack compile).
What does the proposed API look like?
support.loaderInterceptorOptions
The text was updated successfully, but these errors were encountered: