[WIP] Add @mendix/vite-config-widgets-web package#169
Open
iobuhov wants to merge 13 commits intomendix:masterfrom
Open
[WIP] Add @mendix/vite-config-widgets-web package#169iobuhov wants to merge 13 commits intomendix:masterfrom
iobuhov wants to merge 13 commits intomendix:masterfrom
Conversation
…tor package Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Samuel Reichert <samuelreichertt@gmail.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add integration test suite with test widget and runner - Simplify MPK staging to use single dist/tmp/widgets directory - Update package name to @mendix/vite-config-widgets-web - Add test:integration script and premove dependency - Add test/results to gitignore Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add widget-typings-generator as workspace dependency - Add prepack script to bundle typings generator with esbuild - Add build:typings script to build generator before bundling Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add vite-plugin-widget-typings that generates typings from package.xml - Add sourceDir to ResolvedConfig type - Import and use widget-typings-generator at build time Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add .gitignore to exclude dist, node_modules, and test/results - Remove test/results from git tracking - Add verification for generated TypeScript typings file - Fix test widget package.xml to use correct widget path - Update typings plugin to warn on errors (except ENOENT) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…ion test Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…and visibility Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@mendix/vite-config-widgets-webpackage for building Mendix web widgets with ViteKey Features
createWidgetViteConfig()Changes
dist/tmp/widgetsstaging directoryTest Plan
pnpm test:integration🤖 Generated with Claude Code