With the polymer CLI https://github.com/Polymer/polymer-cli
I can't run something like polymer build --add-service-worker false --entrypoint ./elements.html
right? Is there a different way?
Asked
Active
Viewed 55 times
0

Marc Borni
- 384
- 1
- 17
1 Answers
1
According to the polymer-cli README, the build
command is highly opinionated and it generate the Service Worker as default behavior.

LasaleFamine
- 613
- 6
- 12
-
Jep, had to write my own build – Marc Borni Apr 24 '17 at 08:01