Releases: bigbite/build-tools
Releases · bigbite/build-tools
1.0.0-beta.5
What's Changed
- Swap out clean-webpack-plugin for custom implementation by @ampersarnie in #6
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.4
Changelog
- Added support for using SVGs as components.
1.0.0-beta.3
Changelog
number-leading-zero
changed toalways
to keep it consistent with prettier
1.0.0-beta.2
Changelog
- Documentation updated to include step on requiring
asset-settings.php
. - Can now transpile es6 modules that are included via packages.
- CLI will now display which projects are being built, using their
package.name
as the reference. - Package version is now added to
asset-settings.php
. - Build will now use the projects
node_modules
rather than the one in root when building a site.⚠️ This means each project (plugin|theme) will be required to manage it's own packages, etc.
- Babel config is no longer required in the root of the site or project.
- Fixed issue where styles urls being parsed and subsequent files were hashed.
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
chore: update readme with references to changes