linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

uglifyjs-webpack-plugin missing in packages.json #149

Closed costezki closed 5 years ago

costezki commented 5 years ago

you forgot to include uglify into the package.json. This library is used during the build time.

Current work around, before the npm build is to install this package manualy like this: npm install --save uglifyjs-webpack-plugin

skodapetr commented 5 years ago

Hi, thanks for letting us know. Should be fixed by now.