369d030467
This changes the Babel compilation targets to exclude IE 11, which results in significant payload size savings.
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
'use strict';
|
|
|
|
const browsers = ['last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 Safari versions'];
|
|
|
|
module.exports = {
|
|
browsers,
|
|
};
|