Skip to content

fix(*): remove @infragistics/ strip from copySamples#1083

Merged
ChronosSF merged 2 commits into
vnextfrom
dtsvetkov/remove-strip-from-copysamples
Jun 18, 2026
Merged

fix(*): remove @infragistics/ strip from copySamples#1083
ChronosSF merged 2 commits into
vnextfrom
dtsvetkov/remove-strip-from-copysamples

Conversation

@dobromirts

Copy link
Copy Markdown
Contributor

Previously @infragistics/ stripping in both copySamples and updateCodeViewer strips the scope from imports in the browser samples but at that point only @infragistics/igniteui-react-*` packages exist in node_modules (trial packages were uninstalled). Vite then fails to resolve the stripped igniteui-react-grids imports, causing the build to break with ENOENT: no such file or directory.

Remove the @infragistics/ strip from copySamples. The strip in updateCodeViewer is sufficient and only affects the user-facing code-viewer JSONs, never the files Vite compiles.

@ChronosSF ChronosSF merged commit 20fa2ef into vnext Jun 18, 2026
4 checks passed
@ChronosSF ChronosSF deleted the dtsvetkov/remove-strip-from-copysamples branch June 18, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants