Skip to content

Instantly share code, notes, and snippets.

@Scarygami
Last active September 12, 2017 14:33
Show Gist options
  • Save Scarygami/9ccd5f8926bea7ff10ce62549c50d52f to your computer and use it in GitHub Desktop.
Save Scarygami/9ccd5f8926bea7ff10ce62549c50d52f to your computer and use it in GitHub Desktop.
Polymer.json for differential serving
{
...
"builds": [
{
"name": "modern-es6",
"browserCapabilities": ["es2015"],
"preset": "es6-unbundled",
"basePath": true
}, {
"name": "fallback-es5",
"preset": "es5-bundled",
"basePath": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment