rodco-react-components

1.0.76 • Public • Published
  • 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

  1. 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.
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i rodco-react-components

Weekly Downloads

69

Version

1.0.76

License

none

Last publish

Collaborators

  • estebang13
  • rodriguezartav