Last active
September 12, 2017 14:33
-
-
Save Scarygami/9ccd5f8926bea7ff10ce62549c50d52f to your computer and use it in GitHub Desktop.
Polymer.json for differential serving
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"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