Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hvtest

haven131431.0.0

Install npm install @haven/pkg-name

readme

pkg-name

Install

npm install @haven/pkg-name

Usage

// code

Docs

http://wiki

Maintainers

张三、李四

DevDependencies description

  • rollup-plugin-node-globals

让你的代码可以引用 node 全局变量,如 process

Plugin to insert node globals including so code that works with browserify should work even if it uses process or buffers. This is based on rollup-plugin-inject .

Dependencies description

  • @babel/polyfill 结合 .babelrc 中的 @babel/env 的选项 "useBuiltIns": "usage",可以转译源码中用到的 JavaScript 新版本特性

把 @babel/polyfill 放入 devDependencies,避免在项目中安装包时安装它