aws / language-servers

AWS related Language Servers
Apache License 2.0
23 stars 18 forks source link

Create scripts to bundle dependencies #316

Closed rtarcr closed 3 months ago

rtarcr commented 3 months ago

Problem

Bundled dependencies are not included in monorepo. Also their dependencies do not get installed

Solution

Create scripts to bundle them and install their dependencies

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

viktorsaws commented 3 months ago

Should be noted that bundling script at prepack script proposed here is needed, as npm has bugs when packing bundleDependencies https://github.com/npm/cli/issues/7137