mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 07:33:36 -05:00
If Node tries to parse the Gulpfile as the wrong version of ECMAScript it will choke. This can be stopped by explicitly telling it what version of ECMAScript to use, as suggested here: https://markgoodyear.com/2015/06/using-es6-with-gulp/ Fixes #74
4 lines
28 B
Plaintext
4 lines
28 B
Plaintext
{
|
|
"presets": ["es2015"]
|
|
}
|