Dima Sobolev

Results 6 issues of Dima Sobolev

This new version introduces an important fix to code split CSS! It also is technically a breaking change, so I had to update test snapshots. They're mostly hash mismatches. https://github.com/evanw/esbuild/releases/tag/v0.12.0

``` $ bundless build -o ./public bundless build Options: -c, --config The config path to use [string] [default: "bundless.config.js"] --debug Enables debug logging [boolean] --stats Show profiling stats [boolean] --version...

I've got inspired by this module (and by Windows not being able to run it), so I created [`giffy-break`](https://github.com/dsblv/giffy-break) — a reusable module that locally serves a page with random...

Hello! I guess there's no need to explain now what [create-react-app](https://github.com/facebookincubator/create-react-app/) is and why it's nice to have examples using it. Hope it'll help newcomers like me to get started...

Due to internal changes in [upcoming React release](https://github.com/facebook/react/issues/7770#issuecomment-253899837), it's now unsafe to refer to React's internal modules. Here's the error I get while using `[email protected]` with `[email protected]`: ``` Error in...

This PR is about making this repo appear cooler in users' eyes. It's _important_ if you want to dominate among [other similar mdules](https://github.com/search?utf8=%E2%9C%93&q=postcss+important). It includes: - Addition of `.editorconfig` to...