Skip to content

Import when needed

Compare
Choose a tag to compare
@abuiles abuiles released this 07 Apr 03:12
· 158 commits to master since this release

A bug was introduced in 0.3.0 causing import Ember from 'ember' to
be included in any JavaScript file independently if prototype
extensions were used or not. This release fixes the issue so the
import declaration is only included if prototype extensions are
detected.