Babel plugin for preserving exports order across transforms
Latest Release: 0.0.2 at Jan 13, 2022, 10:07:48 AM (3 years ago)
Keywords: babel-plugin
License: MIT
Ready to use🔨 Ornikar shared configs
Latest Release: 6.0.1 at Jun 2, 2025, 2:47:16 PM (2 days ago)
Keywords: backend dependency frontend
使用真正的 React 构建跨平台小程序
Latest Release: 1.3.10 at Jun 4, 2025, 12:19:06 PM (6 hours ago)
Keywords: alipay-mini-program mini-program miniprogram react reactjs toutiao-miniprogram wechat-mini-program
Babel Plugin for Parallel.ES
Latest Release: 0.1.8 at Dec 3, 2016, 5:32:47 PM (8 years ago)
Uses Object.freeze to freeze all object and array expressions.
Latest Release: 1.1.0 at Dec 6, 2016, 2:46:01 PM (8 years ago)
Keywords: immutable
Replaces property expressions in constant strings.
Latest Release: 1.0.2 at Dec 10, 2016, 5:27:52 AM (8 years ago)
Keywords: babel-plugin
Simplifies compiled CommonJS exports when working with node.
Latest Release: 1.0.2 at Dec 22, 2016, 1:02:34 AM (8 years ago)
#### api documentation for [babel-core (v6.24.1)](https://babeljs.io/) [](https://www.npmjs.org/package/npmdoc-babel-core) [
Keywords: documentation babel-core
Babel plugin to extracts tagged template literals to file. Files can be loaded by webpack.
Latest Release: 0.5.0 at Apr 11, 2017, 7:13:08 PM (8 years ago)
Keywords: babel plugin tagged template literals webpack
Complete babel presets for a Vue app.
Latest Release: 2.0.1 at Dec 7, 2017, 6:14:34 AM (7 years ago)
适用 antd-pro 的一个国际化文本自动提取生成工具,免去烦人的手写 ID 和在不同 locale 文件跳转。
Latest Release: 1.0.1 at Jun 4, 2021, 12:28:50 AM (4 years ago)
Yeoman generator
Latest Release: 0.0.1 at Nov 23, 2015, 3:48:59 AM (9 years ago)
Keywords: yeoman-generator webpack babel postcss
Help Derealize App edit DOM structure
Latest Release: 1.0.4 at Feb 11, 2021, 7:56:13 AM (4 years ago)
Keywords: babel-plugin
Example of how to have directory index.js files take the parent dir name for easy relative imports
Latest Release: 1.2.0 at May 4, 2015, 10:13:48 PM (10 years ago)
Syntax to simplify getting an element from the end of an array
Latest Release: 1.0.2 at Dec 22, 2022, 7:24:10 AM (2 years ago)
Turn JSX templates into HTML string templates
Latest Release: 3.0.0 at Sep 6, 2023, 9:19:01 PM (a year ago)
Keywords: babel-plugin jsx html
小程序data mock
Latest Release: 1.0.1 at Jun 28, 2023, 2:49:37 AM (a year ago)
Keywords: mini program data mock
Use slot tag in jsx as native
Latest Release: 1.0.2 at Feb 13, 2024, 6:42:34 PM (a year ago)
Keywords: babel-plugin jsx slot
a babel plugin that can transform generator function to state machine, which is a ported version of typescript generator transform
Latest Release: 0.1.9 at Jul 7, 2022, 2:34:09 PM (2 years ago)
Keywords: babel-plugin generator function
### 安装 ```js npm install babel-plugin-vue-tracker or yarn add babel-plugin-vue-tracker -D ``` ### 配置 在.babelrc或babel.config.js等配置文件中 ```js { "plugins": [ [ "babel-plugin-vue-tracker", { {
Latest Release: 1.0.4 at Apr 21, 2023, 11:27:44 AM (2 years ago)
Keywords: vue, track