0.0.7 • Published 4 years ago

dz-base-components v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

React components

To use this package you must do the following steps for this package:

  • yarn
  • yarn build
  • yarn pack

Go to the project you would like to use this package in and do:

  • yarn add \$ABSOLUTE_PATH_TO_TARBAR

  • update webpack to force your projet to use the one version of react

webpack.conf.js

module.exports = {
  ...,
  resolve: {
    ...,
    alias: { react: require.resolve("react") },
  },
}
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago