website
website copied to clipboard
:globe_with_meridians: The Babel documentation website
The docs are very vague about `legacy` flag on `@babel/plugin-proposal-decorators`. They don't tell which one should a developer choose: `legacy: false` or `legacy: true`. There is no description of the...
**Description** The `repl` page is not able to fetch the required bundle from the `bundle.run`. **Steps to reproduce** 1. Got to repl 2. Open console or network tab of the...
No `.browserslist` file implies a `.browserslist` file with content `default`, and this means support for IE 11 and this means, as of https://kangax.github.io/compat-table/es6/, only some ES2015/ES6. https://babeljs.io/docs/en/babel-preset-env#targets says “Sidenote, if...
I can't load the REPL and I'm seeing in the console ``` TypeError: Cannot read property 'isEnabled' of undefined at t.value (repl.js:1) at m (react-dom.production.min.js:129) at beginWork (react-dom.production.min.js:136) at e...
https://babeljs.io/docs/en/babel-preset-env#forcealltransforms says: > forceAllTransforms > boolean, defaults to false, > By default, this preset will run all the transforms needed for the targeted environment(s). Enable this option if you want...
https://babeljs.io/docs/en/babel-preset-env#targetsesmodules says: > When specifying this option, the browsers field will be ignored. You can use this approach in combination with to conditionally serve smaller scripts to users (https://jakearchibald.com/2017/es-modules-in-browsers/#nomodule-for-backwards-compatibility). >...
https://babeljs.io/docs/en/ says “Babel is a JavaScript compiler: Polyfill features that are missing in your target environment (through @babel/polyfill)” https://babeljs.io/docs/en/usage says “Running these commands to install the packages: npm install --save...
:wave: Sorry I know I'm ignoring all of your well-thought out templates, but I wasn't sure where this would land! Here me out... I noticed that there are a couple...