Skip to content

Webpack npm build

Richard Marston requested to merge webpack-npm-build into master

This change allows developers using the cimsvg library to build the library using npm commands. The necessary steps are:

  • npm install
  • npm run build

Merge request reports