1. bili-babel
Babel plugin for Bili.
bili-babel
Package: bili-babel
Created by: egoist
Last modified: Mon, 13 Jun 2022 04:36:58 GMT
Version: 0.2.0
License: MIT
Downloads: 7
Repository: https://github.com/egoist/bili-babel

Install

npm install bili-babel
yarn add bili-babel

bili-babel

NPM version NPM downloads Build Status

Install

You should have bili installed first.

 $ npm install -g bili bili-babel

Usage

 $ bili --js-compiler babel

Options

 // bili.config.js
module.exports = {
  jsCompiler: 'babel',
  babel: {
    presets, 
    plugins,
    include, 
    exclude
  }
}

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © EGOIST

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin