0

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?

Marc Borni
  • 384
  • 1
  • 17

1 Answers1

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