This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Add build rules for Bazel/Closure #53
Labels
after-release
Changes to make after initial NPM release
Building with Bazel will enable local development that can change any part of the code in dependent packages and get quick incremental rebuilds.
Building with Closure will enable smaller JS bundles for use in
<script>
tags, and helps ensure that no Closure-incompatible changes would be introduced later on for users whose builds use Closure.Relevant links:
The NPM/WebPack builds would continue to be supported after this change.
The text was updated successfully, but these errors were encountered: