Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c121cb3

Browse files
committed
add sourcemaps note
1 parent 9961bdc commit c121cb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: public/docs/ts/latest/cookbook/third-party-lib.jade

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ include ../_util-fns
7373
- `es2015`: a FESM containing ES2015 bundle.
7474
- `typings`: TypeScript and the AOT compiler will look at this entry for metadata.
7575

76+
In addition, a minimized version of the UMD bundle should also be provided, as well as full
77+
sourcemaps (all the way back to the source) for all JS bundles.
78+
7679
A library should have the following file layout when published:
7780

7881
.filetree

0 commit comments

Comments
 (0)