0.0.7 • Published 2 years ago

babel-plugin-worklet v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

babel-plugin-worklet

Compile worklet function in wecht miniprogram.

Installation

npm install babel-plugin-worklet --save-dev

Add plugin to your babel.config.js:

module.exports = {
  presets: [
    ...
  ],
  plugins: [
    ...
    '@babel/plugin-transform-arrow-functions',
    '@babel/plugin-transform-shorthand-properties',
    ['@babel/plugin-proposal-class-properties', { loose: true }],
    'babel-plugin-worklet',
  ],
};
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago