preload 2.1.0
preload: ^2.1.0 copied to clipboard
Automatically generate preload tags for your Dart web application.
2.1.0 #
- Require
build: ^4.0.0. - Require Dart SDK 3.9
- Added
preload.dart. Deprecatedbuilder.dart. Moving beyond this convention.
2.0.1 #
- Require
build: ^3.0.0. - Require Dart SDK 3.7
2.0.0 #
- Require at least Dart SDK
2.7.0. - Require
package:build1.0.0or greater.
1.1.6 #
- Support the latest
package:build_config.
1.1.5 #
- Exclude
*.ddc.*and*.digestsfiles.
1.1.4 #
- Exclude assets that end with
.dart.js.tar.gz(package:build_web_compilersimplementation).
1.1.3 #
- Preload
.otffiles as"font".
1.1.2 #
- Exclude assets that end with
.g.part(frompackage:source_gen). - Exclude assets that end with
.ng_placeholder(frompackage:angular).
1.1.1 #
- Don't emit the same tag twice if there are
includeglobs with overlapping matches.
1.1.0 #
- Make sure to run after
.dart.jsfiles are generated. - Add
debugoption to print out all files that are excluded and why. - Exclude files beginning with
..
1.0.1 #
- Preload
.wofffiles as"font".
1.0.0 #
- Initial release.