This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
angular
Watch
1
Star
0
Fork
You've already forked angular
0
mirror of
https://github.com/angular/angular
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
80e5a0a03d
angular
/
packages
/
bazel
/
test
/
ng_package
/
example
/
package.json
10 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(bazel): ng_package adds package.json props (#22499) We now add the 'main', 'module', 'es2015', and 'typings' properties, pointing to where the packaging tool lays them out. Fixes #22416 PR Close #22499
2018-02-28 14:51:40 +00:00
{
test: integration tests now against bazel built packages (#22810) PR Close #22810
2018-03-15 22:36:11 +00:00
"name"
:
"example"
,
feat(bazel): allow for custom conditions to be set in `ng_package` targets (#43764) The APF v13 `ng_package` rule will generate the `exports` field if not set. Currently it allows for additional subpath entries to be configured manually. The packager does not allow for custom conditions in subpath exports which are auto-generated. This is sometimes useful and necessary though. e.g. in Angular Material, we also need to expose the index Sass file through a `sass` conditional that the Webpack Sass loader will pick up. For this, the packager needs to support manual additional conditions (as long as they do not conflict). PR Close #43764
2021-10-07 15:48:44 +00:00
"version"
:
"0.0.0-PLACEHOLDER"
,
"exports"
:
{
"."
:
{
"sass"
:
"./_index.scss"
}
}
}
Reference in a new issue
Copy permalink