rjgotten

Results 36 issues of rjgotten

Counter to the common trend, it is _not_ always 'awesome' or 'FTW'. It wreaks havoc with expectations stemming from normal browser defaults, which makes it harder to integrate into existing...

Vuelidate currently uses a switch block based on `process.env` to pick a standalone 'browser' or packaged module implementation for params: https://github.com/monterail/vuelidate/blob/70b8ff6936f0d058be3f6fc297eff87b14c5883d/src/withParams.js#L2-L7 When building with Webpack, the usage of `process.env` triggers...

enhancement

__How often can you reproduce it?__ - [X] Always - [ ] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ __Steps to...

Assume the following model definitions and data: ```js const Item = DefineMap.extend({ id : { type : "string", identity : "true" }, value : { type : "string" } });...

The `[email protected]` package takes locked version dependencies on `[email protected]` and `[email protected]`. `[email protected]` in turn takes an open-ended dependency `^0.7.0` for `can-observable-array`. But because it is a zero major version, the...

compatibility

Using `[email protected]` versions of the `can-observable-*` packages are installed which force Webpack-based builds to use `/dist/*` assets that were precompiled by Babel. Steal uses the original `src/*` files and so...

enhancement

CanJS seems to be adding symbols to global prototypes, which -- in a scenario with polyfills using Babel for backwards compatibility -- triggers https://github.com/zloirock/core-js/issues/735 . The latter cannot be reliably...

Functions that are added to a `#namespace` by a `@plugin` directive cannot be referenced by mixins residing in the namespace. Given a simple plugin that adds a trivial plugin function,...

bug
medium priority

Currently there is no way to pass plugins to workerize-loader. Webpack's documentation is _wrong_ when it states that child compilers inherit all hooks and plugins from the parent compiler. They...

* Operating System: Windows 10 * Node Version: 10.15.3 * NPM Version: 6.9.0 * webpack Version: 4.31.0 * mini-css-extract-plugin Version: 0.7.0 ### Expected Behavior When offered compiled CSS content backed...