Rename server => modules
This commit is contained in:
8
modules/client/.babelrc
Normal file
8
modules/client/.babelrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"presets": ["env", "stage-2", "react"],
|
||||
"env": {
|
||||
"production": {
|
||||
"plugins": ["transform-react-remove-prop-types"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user