Skip to content

Fix: prevent missing build assets regression - #322

Open
Rom1-B wants to merge 1 commit into
support/1.3.0from
support_45641
Open

Fix: prevent missing build assets regression#322
Rom1-B wants to merge 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
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.

1 participant