-
### System Info
latest
ubuntu 22
3.11
### 🐛 Describe the bug
http://192.168.20.25:3000/settings/workspaces
![SNAG-0039](https://github.com/user-attachments/assets/d02a0fe0-dda4-4c6b-99df-eb553…
-
so if I use browserify like this:
`browserify src/test2.js -o dist/js/test.js -t [ babelify --presets [ @babel/preset-env ] ]`
it is completely ignored that I want the polyfill to be used.
h…
-
Hello,
Just curious, how would you feel if I send a PR that is a dumb rewrite from CS to ES6/babel ?
-
Receiving the above error from Babel standalone in firefox
-
## What's going wrong?
`babel-node` doesn't transpile properly when launching app with a config.js file. Using CLI arguments works, ex: `pm2 start --interpreter babel-node app.js`.
When launc…
-
I want to use this lib in my front-end project, but the mainstream tooling has long dropped support of UMD. Latest Babel/Webpack can't digest UMD anymore.
Can you make an ES6 build?
-
## 概要
ES6とはEcmaScript6の略で、2015に策定されたJavascriptの規格です。
https://ja.wikipedia.org/wiki/ECMAScript
もちろん今現在動くブラウザはありませんが、ES6のコードをブラウザで動く形に変換するスクリプトBabelというのが流行っています。
React/Fluxをやっていると、Babelのコードがバンバン出てきます…
-
**Bug report**
I am working with an angular component library developed for an internal application for my organization. It is built via webpack, and therefore uses babel-loader to run transpilatio…
-
I want to have all of the client side code in ES6, which would require babel and related things
-
### Version
5.0.3
### Environment info
```
node: v14.19.1
npm: 6.14.16
```
### Steps to reproduce
vue create vue-test
select "Default ([Vue 3] babel, eslint)"
edit browsers…