- Made the usage of the
babel-plugin-add-module-exports
andbabel-plugin-transform-decorators-legacy
plugins configurable.
- Updated dependencies:
babel-plugin-flow-react-proptypes
to v2.babel-plugin-minify-replace
to v0.0.4.
- Updated dependencies:
babel-plugin-flow-react-proptypes
to v0.21.babel-plugin-minify-replace
to v0.0.3.
- Updated dependencies:
@novivia/tester
to v1.babel-preset-env
to v1.
- Updated dependencies:
@novivia/tester
to v0.1.babel-plugin-flow-react-proptypes
to v0.18.babel-preset-env
to v0.0.9.
- Updated dependencies:
babel-plugin-flow-react-proptypes
to v0.17.babel-preset-env
to v0.0.8.
- Added missing
react-transform-hmr
dependency. - Updated
@novivia/build-module
dependency to v0.5.
- All configurations can now benefit from the
eliminateNonBuildingCode
option, not just the backend one. - Eliminated the
nodeTargetVersion
option in the backend configuration in favor of the more generictargets
one in the common configuration. Thus, you can now easily target a specific Node version OR a set of web browsers. - You can now convert flow annotations to best-effort runtime checks using the
convertFlowToTypeCheck
option when getting a configuration. - Added the
babel-plugin-typecheck
dependency.
- Now exposing a utility to easily retrieve a Babel directory ignore RegEx when in development.
- Initial version.