inrupt/artifact-generator

[2pt] Set up webpack for publishing on NPM

NSeydoux opened this issue · 1 comments

[2pt] Set up webpack for publishing on NPM

This issue was misformulated: the initial idea was to update the webpack config file template in order to enable the publication as an ES module. However, currently, the underlying issue (i.e. making the generated and published packages available to frontend applications) is currently addressed by using webpack to generate a globally importable library. This is sufficient for now, and the issue of ES modules will be addressed later on.