mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-17 20:54:55 +02:00
31 lines
605 B
Plaintext
31 lines
605 B
Plaintext
{
|
|
"comments": false,
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"loose": true
|
|
}],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-object-assign",
|
|
"dynamic-import-node",
|
|
"react-loadable/babel",
|
|
["module-resolver", {
|
|
"alias": {
|
|
"react-loadable-ssr-addon": "./source/index.js"
|
|
}
|
|
}]
|
|
],
|
|
"env": {
|
|
"production": {
|
|
"plugins": [
|
|
["transform-remove-console", {
|
|
"exclude": [ "error", "warn"]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|