Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NPM dependencies to plugin manifest #413

Open
chrishamm opened this issue Mar 28, 2022 · 0 comments
Open

Add NPM dependencies to plugin manifest #413

chrishamm opened this issue Mar 28, 2022 · 0 comments

Comments

@chrishamm
Copy link
Collaborator

Allow addition of external NPM dependencies to the DWC plugin manifest so that the DWC plugin build script installs them before a plugin is actually built (Webpack can already deal with additional dependencies quite nicely). The current work-around is to install them manually in the DWC directory before bulding a plugin but obviously this isn't very portable. This change will be required for the new IS plugin and potentially other plugins.

Also we need to make sure those dependencies don't overlap with already installed DWC dependencies because that may create build errors due to incompatibilities (e.g. chart.js=2 vs chart.js=3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant