mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
17 lines
314 B
Plaintext
Executable File
17 lines
314 B
Plaintext
Executable File
{
|
|
"presets": ["es2015", "stage-0", "react"],
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
["react-transform", {
|
|
"transforms": [{
|
|
"transform": "react-transform-hmr",
|
|
"imports": ["react"],
|
|
"locals": ["module"]
|
|
}]
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|