badoo-styleguide
Advanced tools
Changelog
v0.0.59
getTypescriptCompilerOptions
to config for redefining tsconfig compiler optionsChangelog
v0.0.58
tsConfigPath
control to config. By default we resolve default path for tsconfig:
path.resolve(process.cwd(), './tsconfig.json');
Changelog
v0.0.51
getSectionComponents
deprecated, now we use getSections
and getComponentRoots
to limit scope of webpack build only to components enlisted in getSections
. No longer we need for having 2 paths declarations in config.Changelog
v0.0.50
HOC
components (classes, React.components, React.pureComponents)