Skip to content

Commit da3563c

Browse files
DoehlIgorMinar
authored andcommitted
fix(service-worker): esm2015 points to wrong path (#20800)
The package.json esm2015 points to the wrong path. "esm15" should be "esm2015" Service Worker can't be compiled with use of Closure Compiler PR Close #20800
1 parent 9bbec42 commit da3563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Angular - service worker tooling!",
55
"main": "./bundles/service-worker.umd.js",
66
"module": "./esm5/service-worker.js",
7-
"es2015": "./esm15/service-worker.js",
7+
"es2015": "./esm2015/service-worker.js",
88
"typings": "./service-worker.d.ts",
99
"author": "angular",
1010
"license": "MIT",

0 commit comments

Comments
 (0)