Polymer / prpl-server

⚠️Maintenance mode⚠️ An HTTP server for Node designed to serve PRPL apps in production.
Other
425 stars 29 forks source link

Correct option name #67

Closed arthurevans closed 6 years ago

arthurevans commented 6 years ago

I think autoBaseName became the baseName option.

aomarks commented 6 years ago

It is autoBasePath at the top-level of polymer.json (https://github.com/Polymer/polymer-project-config/blob/master/src/index.ts#L176) and basePath inside a build (https://github.com/Polymer/polymer-project-config/blob/master/src/builds.ts#L168). I think we should just recommend users use the top-level autoBasePath.

arthurevans commented 6 years ago

Ah, right. I see it in the docs now. Thanks!