-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use babel to transpile the workbox-build codebase? #669
Comments
Thanks for pointing that out! The intention is to get support node 4 for While we could approach this via adding in There are a number of times that I've wanted to use, e.g., |
Sounds good to me. |
Personally I hate having to transpile anything just to run in a baseline environment so I'd rather just accept use strict. There is a bigger question of what our support matrix should be. Should it be current stable and latest version? or should be follow the same as node's schedule where node 4 is in maintanence? https://github.com/nodejs/LTS |
The initial impetus behind a minimum of node 4 was to match what That being said, since we can easily resolve node 4 support with minimal extra effort, I'm fine with keeping 4 as a minimum, at least until April 2018. We're going to need |
|
Fixed as of #670 |
Library Affected:
workbox-build
Browser & Platform:
all browsers
Issue or Feature Request Description:
Currently making a PR, should be as easy as throwing in a 'use strict';
Ref: https://travis-ci.org/thelounge/lounge/jobs/251861458
and thelounge/thelounge#1317
The text was updated successfully, but these errors were encountered: