mirror of https://github.com/webpack/webpack.git
11 lines
118 B
JSON
11 lines
118 B
JSON
|
{
|
||
|
"browserslist": {
|
||
|
"development": [
|
||
|
"last 1 version"
|
||
|
],
|
||
|
"production": [
|
||
|
"ie 9"
|
||
|
]
|
||
|
}
|
||
|
}
|