babel/packages/babel-preset-env-standalone
Huáng Jùnliàng a0bed42aec
Bundle standalone using rollup (#10779)
* chore: bundle babel-standalone via rollup

Co-authored-by: Daniel Tschinder <daniel.tschinder@researchgate.net>

* chore: build babel-preset-env-standalone via Rollup

# Conflicts:
#	yarn.lock

* chore: add babelEnvName

* chore: farewell webpack

* chore: add terser minification

* chore: dedupe some popular dependencies

* chore: remove unused devDependencies

* chore: move plugin-babel-source to scripts/

* make prettier happy

* fix: rewrite available-plugins into esm

* chore: add extra unambiguous sources when env is rollup/standalone
2019-12-04 23:09:52 -05:00
..
2019-11-23 00:05:58 +01:00
2019-11-15 20:56:32 -06:00

@babel/preset-env-standalone

Standalone build of babel-preset-env for use in non-Node.js environments.

See our website @babel/preset-env-standalone for more information.

Install

Using npm:

npm install --save-dev @babel/preset-env-standalone

or using yarn:

yarn add @babel/preset-env-standalone --dev