mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-03 12:49:01 +08:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
{
|
|
"env": {
|
|
"production": {
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"browsers": [
|
|
"last 2 version",
|
|
"ie 10"
|
|
]
|
|
},
|
|
"modules": false,
|
|
"debug": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"transform-object-rest-spread",
|
|
"transform-vue-jsx",
|
|
"transform-remove-strict-mode"
|
|
]
|
|
},
|
|
"development": {
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"chrome": 52
|
|
},
|
|
"modules": false,
|
|
"debug": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-vue-jsx",
|
|
"transform-remove-strict-mode"
|
|
]
|
|
}
|
|
}
|
|
} |