DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
76 stars 51 forks source link

Update webpack and webpack-cli in package.json #122

Closed looeee closed 5 years ago

looeee commented 5 years ago

Description

Running the tasks build-browser-dev and build-browser-prod was failing with an error from webpack:

TypeError: Cannot read property 'properties' of undefined

Updating the webpack package to 4.20.2 and the webpack-cli package to 3.3.1 resolves the error.

Motivation and Context

This is a known error, and is discussed here along with the solution.

How Has This Been Tested?

Running the tasks now proceeds - I'm getting a different error which I believe is unrelated, I'll track that in #121

Types of changes

Checklist: