mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
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,
|
|
};
|