Skip to content

Fix: prevent missing build assets regression - #322

Merged
Rom1-B merged 1 commit into
support/1.3.0from
support_45641
Aug 7, 2026
Merged

Fix: prevent missing build assets regression#322
Rom1-B merged 1 commit into
support/1.3.0from
support_45641

Conversation

@Rom1-B

@Rom1-B Rom1-B commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Problem

On Node < 20, installing the plugin silently produced an empty public/lib directory, so the built JS/CSS assets were missing after packaging.

Fix

Revert copy-webpack-plugin to a Node 18 compatible version, pin the minimum Node version in package.json, ignore the generated public/ directory, and add a CI job that fails the build if the generated assets are missing or empty.

ref: !45641

@Rom1-B
Rom1-B requested a review from btry August 3, 2026 08:23
@Rom1-B
Rom1-B merged commit 488ecf3 into support/1.3.0 Aug 7, 2026
4 checks passed
@Rom1-B
Rom1-B deleted the support_45641 branch August 7, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants