Bogdan Savluk
|
32e7bb4027
|
fix build config to work the same when running on windows (#11688)
|
2020-07-30 14:11:58 -04:00 |
|
Bogdan Savluk
|
4108524856
|
Update prettier to v2 (#11579)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2020-06-07 22:21:33 +02:00 |
|
fisker Cheung
|
a33f0d83be
|
Fix typo (#11603)
|
2020-05-24 13:28:55 -04:00 |
|
Nicolò Ribaudo
|
a677d59a63
|
Archive syntax plugins enabled by default (#10820)
* Remove syntax plugins enabled by default
Moved to babel-archive: babel/babel-archive@8f23ddce03
- `@babel/plugin-syntax-async-generators`
- `@babel/plugin-syntax-bigint`
- `@babel/plugin-syntax-dynamic-import`
- `@babel/plugin-syntax-json-strings`
- `@babel/plugin-syntax-nullish-coalescing-operator`
- `@babel/plugin-syntax-object-rest-spread`
- `@babel/plugin-syntax-optional-catch-binding`
- `@babel/plugin-syntax-optional-chaining`
* Fix build script
* Fix jest config
* Remove archived plugins from tests
|
2020-01-13 00:31:48 +01:00 |
|
Nicolò Ribaudo
|
282f81bd67
|
Prepare @babel/core for asynchronicity (#10507)
* Prepare @babel/core for asynchronicity
* Include regenerator-runtime in standalone build
* Fix rollup build
|
2020-01-10 22:44:13 +01:00 |
|
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 |
|