ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
635 stars 74 forks source link

stencil.config.js has outputTarget, should be outputTargets ? #43

Closed joewoodhouse closed 6 years ago

joewoodhouse commented 6 years ago

Resources: Before submitting an issue, please consult our docs.

Stencil version: (run npm list @stencil/core from a terminal/cmd prompt and paste output below):

└── @stencil/core@0.7.7 

I'm submitting a ... (check one with "x") [x ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com

Current behavior: Build ignores stencil config because configuration is wrong. Configuration in stencil.config.js currently has outputTarget key, but I think it should be outputTargets?

Expected behavior: Configuration file should be correct so build respects config.

Steps to reproduce: Run npm build

Related code:

Other information: