You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this expecting it to behave similarly to polymer-cli's polymer build command. The polymer build command creates directories for presets, such as es5-bundled, es6-bundled, and es6-unbundled. It would be nice if this plugin read presets from polymer.json during the build process in order to create separate builds.
The text was updated successfully, but these errors were encountered:
Actually, now that I think of it, there should be a way to replicate each of the "Build Configuration" options from polymer.json. It doesn't look like this plugin does that?
Actually, now that I think of it, there should be a way to replicate each of the "Build Configuration" options from polymer.json. It doesn't look like this plugin does that?
Indeed, it doesn't do this right but indeed it would make sense. I'd be happy to merge a PR if somebody wants to implement that.
I used this expecting it to behave similarly to polymer-cli's
polymer build
command. Thepolymer build
command creates directories for presets, such ases5-bundled
,es6-bundled
, andes6-unbundled
. It would be nice if this plugin read presets frompolymer.json
during the build process in order to create separate builds.The text was updated successfully, but these errors were encountered: