Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 8b75ac1

Browse files
committed
Merge pull request #395 from probins/patch-2
Remove reference to baseURL from Readme
2 parents bb0a2cb + b2a92c9 commit 8b75ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project implements dynamic module loading through `System` exactly to the p
99
* Provides an asynchronous loader (`System.import`) to [dynamically load ES6 modules](#getting-started).
1010
* Supports [Traceur](https://github.com/google/traceur-compiler), [Babel](http://babeljs.io/) and [TypeScript](https://github.com/Microsoft/TypeScript/) for compiling ES6 modules and syntax into ES5 in the browser with source map support.
1111
* Fully supports [ES6 circular references and live bindings](docs/circular-references-bindings.md).
12-
* Includes [`baseURL` and `paths` implementations](docs/loader-config.md).
12+
* Includes [`paths` implementation](docs/loader-config.md).
1313
* Can be used as a [tracing tool](docs/tracing-api.md) for static analysis of modules.
1414
* Supports IE8+, with IE9+ support for ES6 development without pre-compilation.
1515
* The minified production loader is under 5KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](docs/production-workflows.md).

0 commit comments

Comments
 (0)