diff --git a/theme-template/vite.config.js b/theme-template/vite.config.js index 49bfb4d..c08022e 100644 --- a/theme-template/vite.config.js +++ b/theme-template/vite.config.js @@ -43,6 +43,11 @@ export default defineConfig( host: DDEV_HOSTNAME, } }, + resolve: { + alias: { + '@block-library': '/../../mu-plugins/wordpress-blocks/blocks', + }, + }, } } );