BIMserver-JavaScript-API
BIMserver-JavaScript-API copied to clipboard
build error
I had several problems with the command "npm run build", to solve them, I had:
- to define a version number in the package.json (see #6)
- to install rollup-plugin-json module
- to suppress '{' in the import commands of rollup.config.js
I had the same errors