Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[changed]
package.browser
to package.unpkg
Summary: `browser` refers to which APIs a library uses. The `module` build already uses browser-safe APIs, except for `import` statements. Any tool that cares about the `browser` field will be able to resolve `import` statements. CDNs like `unpkg` will serve the JS file directly. This change ensures they still have a bundled version to serve, without potentially duplicating dependencies when we're bundled downstream. Reviewers: O2 Material Motion, #material_motion Tags: #material_motion Differential Revision: http://codereview.cc/D3508
- Loading branch information