-
If I (or someone) can work out a way to do it would you be open to accepting a PR that has a prepublish step that transpiles the ES6 code to ES5 so that ES5 restrained consumers can also use this modu…
-
Apologies if this turns out to be a stupid configuration issue at our end, but hopefully this will help others besides us, if it gets resolved. Some background: we are using Yarn [PnP](https://yarnpkg…
-
## note: `jsnext:main` has been superseded by `pkg.module`, which indicates the location of a file with `import`/`export` declarations.
Typically, the `pkg.module` file will *not* have other ES2015…
-
why didn't use ES6, Babel, nodejs and other modern tools?
is there any developing Docs?
what is better way to understand this project in your opinion?
rmros updated
6 years ago
-
_Note: 目前虽然JDF已经支持使用ES6开发脚本,但线上使用还在前期摸索阶段,请大家根据自己项目实际情况评估使用情况_
最近利用业余时间给JDF增加了ES6代码的支持。背后的原理是在项目构建阶段利用[Babel](http://babeljs.io/)将`.babel`文件转译成ES5代码。关于Babel的更多使用方法可以参考其官网的[配置文档](http://babeljs.io/doc…
-
In the latest iOS or Android(React Native with V8 Runtime), support for ES6 is already very high. So why add the plugins related to ES2015 to metro-react-native-babel-preset ?
Can you remove those p…
-
我最近在使用nuxt.js 进行开发,用到了vue-quill-editor,并加入了该模块。
但实际使用过程中,刷新都会抛出 Unexpected token export 的语法错误异常
反复检查后发现是由于quill-image-extend-module里的es6的写法造成的
![110802](https://user-images.githubusercontent.…
-
When I switched to node v6.3.1 + ES6 it took me a while to figure out how to make node-inspector work with my upgrade project. npm package babel-node-debug was a simple solution to this and it might …
-
实际部署上线,是否把ES6语法通过babel的编译后再运行,如:"dist/"目录下面
-
# Babel 简介
- core
- cli
- plugin
- preset
- polifill