Constantine Genchevsky
Constantine Genchevsky
Try to put background image as a last style in a rule but without a semicolon delimiter. This is valid CSS. The last semicolon is optional in the last line...
Use `css-tree` parser to target only class selectors in CSS. This fixes a lot of problems ones and forever - No more false positives in decimal property values. They was...
The element className will be not namespaced with a unique id its value is a template literal or template literal with interpolation 
- Webpack Version: 5.38.1 - Operating System (or Browser): Windows 10, Firefox 95.0.2 - Node Version: v14.15.5 - webpack-plugin-serve Version: 1.5.0 ### How Do We Reproduce? 1. Build a project...
Fixes https://github.com/shellscape/webpack-plugin-serve/issues/235 This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] tests - [ ] documentation - [ ] metadata ### Breaking...
- Webpack Version: 4 - Operating System (or Browser): Windows 10 - Node Version: 12 - webpack-plugin-serve Version: 1.3.0 ### How Do We Reproduce? I am using these options in...
Can we have a new output value `outputs.last` that is equal to the latest value in the split array? Because `steps.version.outputs.length - 1` throws a syntax error
Instead of CommonJS/UMD the package exports ES Module. Which breaks building in some environments. For example, CodeSandbox:  You can check also in NodeJS env which should work and just...
Make the package more compatible with different build infrastructures. Fixes #2 Imports in ES style will still work if we use Webpack ```js import {createContext} from 'vue-create-context' ``` We loose...
Is it possible to implement removing of redundant `defaultProps` values definitions which are `undefined`? **Before** trnasormation ```js FlyoutMenu.defaultProps = { centered: false, autofocus: true, className: undefined, innerRef: undefined, options: undefined,...