Parcourir la source

Docs: Improved the mention of babel-preset-env in the readme.

Piotrek Koszuliński il y a 8 ans
Parent
commit
1bbeb9a83e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-build-classic/README.md

+ 1 - 1
packages/ckeditor5-build-classic/README.md

@@ -12,7 +12,7 @@ Classic build of CKEditor 5. Features the [classic creator](https://github.com/c
 The package contain two bundles of the classic editor:
 
 * `build/ckeditor.js` – minified, ES6 version of the bundle,
-* `build/ckeditor.compat.js` – minified, backward-compatible version of the bundle (`babel-preset-env` is configured to support `[ 'last 2 versions', 'ie >= 11' ]`).
+* `build/ckeditor.compat.js` – minified, backward-compatible version of the bundle ([babel-preset-env](https://github.com/babel/babel-preset-env) is configured to support `'last 2 versions'`, `'ie >= 11'`).
 
 ## Usage