mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
{
|
|
"presets": ["react", "es2015", "stage-0"],
|
|
"plugins": [
|
|
"lodash",
|
|
"transform-decorators-legacy"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["react-hmre"]
|
|
}
|
|
}
|
|
}
|