-
While looking to implement this for nodejs/i18n, I found myself looking at what Browserlist was doing, and re-implementing it.
EX:
```javascript
const schedule = require(node-releases).schedule // …
-
I mean:
https://github.com/mdn/browser-compat-data
Another example:
https://github.com/webhintio/hint
I want browserlists to be able to query browsers by expressions like `supports mdn-javascr…
-
In lots of conversations, we tend to use CSS as the default paradigm. #188 and #177 are just a few recent examples, and it's a common topic in the discussion of many definitions. This makes it hard to…
-
Output of running the command:
![image](https://user-images.githubusercontent.com/9698639/49273261-6b4c9500-f442-11e8-8836-5eecca32f7da.png)
Short version:
Probably outdated `postcss-next` with o…
-
### Command
extract-i18n
### Description
We're in the process of migrating from webpack to esbuild.
To provide custom esbuild plugins we decided to use custom builder (https://github.com/ju…
-
Cfgov-refresh and other projects have this list in the config, we could add this to readme or other docs - M as long as it’s up to date!
- [ ] Document initial list in repos (use browsers from #134…
cfarm updated
2 years ago
-
Please write in the documentation to which browserlist string preset-env.targets: '...' does targets:{esmodules: true} equate.
Is esmodules:false the same as 'ie11' and esmodules:true the same as …
-
I tried dev/demo
import'../node_modules/react-app-polyfill/ie9.js'; // For IE 9-11 support
import'../node_modules/react-app-polyfill/ie11.js'; // For IE 11 support
import'../node_modules/react-app-…
-
Hi, I have a microfront-end project with **Native Federation and Angular 17**.
If I try to load this project in a **Chrome browser with version less than 93 or a mobile safari before iOS 16.4** (ap…
-
Hi!
version 3.0.0
I see an error in console: "ReferenceError: 'Set' is undefined" on IE10.
```javascript
import { brightness } from 'chromatism';
console.log(brightness(-3, '#d81919').hex);…