mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-04 15:18:26 -05:00
42 lines
752 B
Plaintext
42 lines
752 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"development": {
|
||
|
"application/javascript": {
|
||
|
"presets": [
|
||
|
[
|
||
|
"env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"electron": 2
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-async-to-generator"
|
||
|
],
|
||
|
"sourceMaps": "inline"
|
||
|
}
|
||
|
},
|
||
|
"production": {
|
||
|
"application/javascript": {
|
||
|
"presets": [
|
||
|
[
|
||
|
"env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"electron": 2
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"react"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"transform-async-to-generator"
|
||
|
],
|
||
|
"sourceMaps": "none"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|