How to use the defaults function from browserslist

Find comprehensive JavaScript browserslist.defaults code examples handpicked from public code repositorys.

153
154
155
156
157
158
159
160
161
162
163
164
plugin.data = autoprefixerData


/**
 * Autoprefixer default browsers
 */
plugin.defaults = browserslist.defaults


/**
 * Inspect with default Autoprefixer
 */
fork icon0
star icon0
watch icon1

+ 4 other calls in file

141
142
143
144
145
146
147
148
149
150
151
};
/**
 * Autoprefixer default browsers
 */


module.exports.defaults = browserslist.defaults;
/**
 * Inspect with default Autoprefixer
 */

fork icon0
star icon0
watch icon1

+ 4 other calls in file