rodco-react-components
v1.0.76
Published
Put a description here
Downloads
35
Readme
- Rodco Web Components
Be sure that the package this is being used one does not exclude this node module, or babel/webpack wont process it.
** Development
- Create root .babelrc file ( ignored in .gitignore )
{"presets": [
["es2015"],
// webpack understands the native import syntax, and uses it for tree shaking
"react",
// Transpile React components to JavaScript
],
"plugins": [
"react-hot-loader/babel"
// Enables React code to work with HMR.
]
}