All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Feature - Rework the
ignoreLinks
option to use webpack conditions. Significantly improves the flexibility of this option. - Deprecated the
ignoreLinksFromPartialMatches
option. It's use case can now be handled by theignoreLinks
option. - Feature - Utilize the html-loader internally to add
<img>
sources to the dependency graph. - Feature - Parse and process
url()
statements in style tags to add them to the dependency graph. - Bug - Properly handle files with multiple root elements
- Switch to using require calls instead of import statements for external scripts to avoid hoisting
- Bug - Special characters where not being escaped correctly in the html
- Bug - Allows external link tags to be appended to the body
- Reworks how the link and script tag paths are converted to import statements
- Bug - Windows import path resolution
- Bug - fix the homepage link in package.json
- Include runtime module in install
- README Updates
- webpack-defaults set up
- Bug Fix - babel and source map generation
- Docs - move to webpack-contrib
- Initial release