1. babel-preset-umi
Yet another babel preset.
babel-preset-umi
Package: babel-preset-umi
Created by: umijs
Last modified: Wed, 01 Nov 2023 00:04:52 GMT
Version: 1.8.4
License: MIT
Downloads: 40,287
Repository: https://github.com/umijs/umi/tree/master/packages/babel-preset-umi

Install

npm install babel-preset-umi
yarn add babel-preset-umi

babel-preset-umi

Yet another babel preset.

Options

browsers

Notice: browsers don't work if targets is specified.

 ["umi", {
  "browsers": ['last 2 versions']
}]

targets

e.g.

 ["umi", {
  "targets": {
    "browsers": ['last 2 versions']
  }
}]

or

 ["umi", {
  "targets": {
    "node": "6"
  }
}]

commonjs

transformRuntime

preact

debug

Dependencies

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