Craig Macomber (Microsoft)
Craig Macomber (Microsoft)
A project I work on has this issue as well: we would like to link our generated API documentation from our hand written documentation. Currently our options are: - Refer...
> Schema here includes the ability to to specify the multiplicity of a trait, such as containing at most 0 or 1 items? The schema on read approach should allow...
> I see a clear distinction between the 'application schema', 'container schema', and 'container data'. Thats a nice set of terminology to express this. Here is my current vision using...
Have you check that this does not add any more warnings to `npm run build:fast`? Currently we have a bunch of warnings from things like non-conformant build scripts and this...
> I removed the prettier from the lint command, and checked `npm run build:fast` to see if there were any additional warnings. Aside from some "non-conformant script" warnings (which should...
To get fully off webpack4, looks like we will want to do adopt https://www.npmjs.com/package/@storybook/builder-webpack5 . This might not block the main transition though. Plugins with possible issues: ``` [email protected] requires...
@tylerbutler I haven't looked into that yet. If it ends up blocking the v5 update I'll sync with you about it. For now I'm just doing the preparer changes of...
Looks like duplicate-package-checker-webpack-plugin is not ready for webpack v5, but there is a fork that is: https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin/pull/46 html-webpack-plugin seems to not work if updated to 5.5.0. Might need to be...
The portion of this work I consider worth prioritizing is complete. I have updated the TODO in the issue and will be unassigning myself from this issue.
Build is failing due to modified .npmrc: ``` modified: .npmrc ##[error]Build should not create extraenous files ``` I'm not sure what to do about that. Is there any way to...