We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943a2bb commit 9a935b1Copy full SHA for 9a935b1
modules/data/BUILD
@@ -1,6 +1,6 @@
1
package(default_visibility = ["//visibility:public"])
2
3
-load("//tools:defaults.bzl", "ng_module", "pkg_npm")
+load("//tools:defaults.bzl", "ng_module", "ng_package")
4
5
ng_module(
6
name = "data",
@@ -19,11 +19,12 @@ ng_module(
19
],
20
)
21
22
-pkg_npm(
+ng_package(
23
name = "npm_package",
24
srcs = glob(["**/*.externs.js"]) + [
25
"package.json",
26
27
+ entry_point = "modules/data/index.js",
28
nested_packages = [
29
"//modules/data/migrations:npm_package",
30
"//modules/data/schematics:npm_package",
0 commit comments