- Updates Ember scenario to have latest LTS version and test against Ember4
- Support Storybook on Ember 4.1+
- Handle src-less script tags without error
- feature - enable config overrides
- fix: do nothing if no meta found in removeRootURL()
- Maintain type attribute on script tags
- fixes defaultBlueprint path to point to scoped package path
- Makes sure that only URLs that begin with the rootURL get converted to relative paths
- Ensures dist is available by using outputReady instead of postBuild
- Bring in all meta tags that are in output (that have an id)
- Allows parse to accept multiple selectors per block
- By default ignores all test related files, can be toggled with package.json settings
- basic functionality for creating a
preview-head.html
and.env
work for static builds and serve builds, that acknowledge live reload capabilities of ember serve