Daniel Schaffer
Daniel Schaffer
- [ ] add `options.babel.loaderOptions` preparation for 4.0.0 (see #21)
- [ ] deprecate `options.babel.plugins` - add `@deprecated` jsdoc and a console warning when using it, direct users to use `options.babel.loaderOptions` (added in #37) - [ ] deprecate `options.babel.cacheDirectory` -...
The flurry of activity on this project over the last couple weeks has made me realize that the current options structure isn't terribly forgiving with regards to providing the kind...
* Operating System: MacOS 10.15.7 * Node Version: 12.16.1 * NPM Version: 6.13.4 * webpack Version: 5.11.1 * karma-webpack Version: 5.0.0 ### Expected Behavior The actual relative path to the...
``` npm install --save-dev flex-sdk > npm ERR! cb() never called! ``` The same thing happens if I attempt to install a specific version like `npm install flex-sdk@~4.6.0-0`. It doesn't...
I added two optional features when using the Arc path: - specify a "spiral" option instead of "radius". The array should have two numeric elements, representing the starting and ending...
First off: I love this idea. However, I've been playing around with it a bit, and have not had much luck with allowing Babel to transpile several common dependencies. Attempting...
I just started running into this recently - I'd had the plugin running without problems for several weeks, and then the accessories would randomly start showing as "not responding" in...
**Describe the bug** The generator incorrectly includes a `model_config` on subclasses of `RootModel` **To Reproduce** You can reproduce with a schema that defines an array type having items with constrained...