Small tweaks

This commit is contained in:
Sam Potts
2017-11-04 21:19:02 +11:00
parent 069c8093ae
commit d920de2a25
21 changed files with 234 additions and 167 deletions

View File

@ -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 = {