书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 2832 个相关结果.
  • 配置 Babel(进阶)

    1169 2018-05-14 《Babel 用户手册》
    配置 Babel(进阶) 手动指定插件 插件选项 基于环境自定义 Babel 制作你自己的预设(preset) 配置 Babel(进阶) 大多数人使用 Babel 的内建预设就足够了,不过 Babel 提供了更多更细粒度的能力。 手动指定插件 Babel 预设就是一些预先配置好的插件的集合,如果你想要做一些不一样的事情你会手动去设定插件...
  • Configuring Babel (Advanced)

    336 2022-04-27 《Babel Handbook》
    Configuring Babel (Advanced) Manually specifying plugins Plugin options Customizing Babel based on environment Making your own preset Configuring Babel (Advanced) Most...
  • Using Babel with TypeScript

    Babel vs tsc for TypeScript Babel for transpiling, tsc for types Type Checking and d.ts file generation Babel vs tsc for TypeScript When making a modern JavaScript project...
  • Upgrade to Babel 7

    Upgrade to Babel 7 All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependenci...
  • Babel 转码器

    Babel 转码器 配置文件.babelrc 命令行转码 babel-node @babel/register 模块 polyfill 浏览器环境 Babel 转码器 Babel 是一个广泛使用的 ES6 转码器,可以将 ES6 代码转为 ES5 代码,从而在老版本的浏览器执行。这意味着,你可以用 ES6 的方式编写程序,又不用担心现...
  • Upgrade to Babel 7

    Upgrade to Babel 7 All of Babel Config Lookup Changes Yearly Preset Deprecations Stage Preset Deprecations Remove proposal polyfills in @babel/polyfill Versioning/Dependencies...
  • Babel Plugin Handbook

    373 2022-04-27 《Babel Handbook》
    Babel Plugin Handbook Babel Plugin Handbook Written by Jamie Kyle This document covers how to create Babel plugins . This handbook is available in other languages, see th...
  • babel-loader

    babel-loader 中文文档 安装 用法 选项 疑难解答 babel-loader 很慢! Babel 在每个文件都插入了辅助代码,使代码体积过大! 注意 :transform-runtime 和自定义 polyfills (例如 Promise library) babel 的 Node.js API 已经被移到 babel-core...
  • Custom Babel Config

    Custom Babel Config Custom Babel Config By default, Storybook loads your root .babelrc file and load those configurations.But sometimes some of those options may cause Storybo...
  • Using Babel with TypeScript

    Babel vs tsc for TypeScript Babel for transpiling, tsc for types Type Checking and d.ts file generation Babel vs tsc for TypeScript When making a modern JavaScript project...