Tags: bigbite/build-tools
Tags
2.0.0 Release (#151) * fix: initial testing of webpack config import * chore: bump version * chore: make beta version * fix: remove extrenuous new line * fix: remove config that is nolonger required * chore: bump version * chore: clean up build assets * chore: update @wordpress/scripts to latest * chore: rebuild package lock * chore: rebuild package lock * 2.0.0-alpha.2 * fix: block copy context and target * 2.0.0-alpha.3 * fix: allow for big bite block structure builds * chore: version bump * fix: ensure block and non-block entrypoints can be built together * fix: revert changes to entrypoint detection the entrypoint detection should not care if block entrypoints are present, as these are handled by wp-scripts. it can continue to throw an error provided we catch this in the correct location * fix: catch errors if non-block entrypoints are not found * test: update webpack and file system mocks * test: added example to cover scenario with both * fix: add seperate example css for frontend * fix: remove css-loader and minification plugin from rules * chore: remove css-loader and mini-css-extract-plugin packages * feat: add initial support for script modules * fix: re-add eslint and stylelint plugins * feat: use wp-scripts eslint config * chore: remove unused plugins * fix: move import/resolver to correct location in config * fix: remove unneeded rule * fix: extend wordpress babel config * fix: re-add extraneous deps rule * fix: prevent re-processing js and ts * chore: remove unused dependencies * chore: rebuild package-lock * chore: update node version * fix: correct file name and format of eslint-config-func * docs: explain entrypoint and block directory structure * fix: correctly set WP src path * chore: update wp packages to latest * chore: update sass-loader * chore: bump version * chore: version bump * fix: adds context path assignment to webpack configs * chore: remove debugging * fix: reassign project path to env var as may be required for single project builds * fix: set WP_SOURCE_PATH env var before requiring wp-scripts webpack config to allow CSS/JS to build * fix: ensure WP_SOURCE_PATH is always a relative path * fix: Remove custom image rules (#145) * fix: remove custom image rules * test: update svg import syntax in example site * chore: version bump * Set correct path for script modules (#146) * fix: ensure script module config uses correct source path for project * chore: version bump * feat: add eslint import/order rule (#147) * fix: add stylelint use logical properties rule (#148) * chore: rename dist directory to build to align with wp-scripts (#150) * chore: update example site code to fix eslint issues * test: add integration tests * chore: apply eslint to source and fix issues * fix: resolve eslint issues relating to global vars * chore: add missing deps to package json * chore: destructure global inside of function to avoid failing test * chore: remove integration test file * Revert "chore: remove integration test file" This reverts commit 2743aed. * ci: run only cli tests in CI * fix: remove static config interfering with dynamic aliases * docs: correct inline links to avoid pointing to wiki * fix: explicitly use prettier and eslint configs * test: broaden string matching to prevent terminal formatting issues * chore: update minimum node version to 22 * docs: update working with your assets doc * chore: version bump 2.0.0 * docs: add upgrade guide from v1 --------- Co-authored-by: Paul Taylor <paul@bigbite.net> Co-authored-by: Paul Taylor <ampersarnie@users.noreply.github.com> Co-authored-by: Paul Taylor <paul.taylor@hey.com>
fix: Remove custom image rules (#145) * fix: remove custom image rules * test: update svg import syntax in example site * chore: version bump
Merge pull request #138 from bigbite/fix/block-file-checking Update block file existence check
PreviousNext