0.0.7 • Published 5 years ago

dz-base-components v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago