diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index a59073ac..2db14925 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -83,7 +83,7 @@ const pkg = loadJSON(path.join(root, 'package.json')); const sizeOptions = { showFiles: true, gzip: true }; // Browserlist -const browsers = ['> 1%', 'last 2 versions']; +const browsers = ['> 1%']; // Babel config const babelrc = { |