ember-cli-babel-plugin-helpers
Version:
Utilities for managing installed Babel plugins in an Ember app or addon
15 lines (11 loc) • 587 B
Markdown
## 1.1.1 (September 29, 2020)
### Fixed
- `hasPlugin` now works correctly when provided a full plugin path [#13](https://github.com/dfreeman/ember-cli-babel-plugin-helpers/pull/13) ([@jamescdavis](https://github.com/jamescdavis))
## 1.1.0 (March 28, 2019)
### Added
- `hasPlugin`, `findPlugin` and `addPlugin` will now additionally operate directly on an array of plugins rather than only an `EmberApp` or `Addon`
## 1.0.2 (October 24, 2018)
### Fixed
- Scoped package names are now correctly normalized on Windows
## ~1.0.1 (October 24, 2018)~
This was a no-op republish of 1.0 🤦