mirror of
https://github.com/marktext/marktext.git
synced 2025-05-25 13:34:04 +08:00
50 lines
855 B
Plaintext
50 lines
855 B
Plaintext
{
|
|
"comments": false,
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["env", {
|
|
"targets": { "node": 8 }
|
|
}],
|
|
"stage-0"
|
|
],
|
|
"plugins": ["istanbul"]
|
|
},
|
|
"main": {
|
|
"presets": [
|
|
["env", {
|
|
"targets": { "node": 8 }
|
|
}],
|
|
"stage-0"
|
|
]
|
|
},
|
|
"renderer": {
|
|
"presets": [
|
|
["env", {
|
|
"modules": false,
|
|
"useBuiltIns": true,
|
|
"targets": {
|
|
"browsers": [
|
|
"Chrome >= 66"
|
|
]
|
|
}
|
|
}],
|
|
"stage-0"
|
|
]
|
|
},
|
|
"web": {
|
|
"presets": [
|
|
["env", {
|
|
"modules": false
|
|
}],
|
|
"stage-0"
|
|
]
|
|
}
|
|
},
|
|
"plugins": [["component", {
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}
|
|
], "transform-runtime"]
|
|
}
|