Constantine Genchevsky

Results 19 issues of 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 ![image](https://user-images.githubusercontent.com/673144/57863599-0ecc0f00-7803-11e9-8747-e15336eb0b9a.png)

- 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

enhancement
good first issue

Instead of CommonJS/UMD the package exports ES Module. Which breaks building in some environments. For example, CodeSandbox: ![изображение](https://user-images.githubusercontent.com/673144/75654380-460f8d80-5c68-11ea-963b-5204fb166a2e.png) 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...