Update pinejs-client-request to 7.x

Update pinejs-client-request from 5.2.0 to 7.0.0

Change-type: patch
This commit is contained in:
Pagan Gazzard
2020-06-16 12:16:48 +01:00
committed by Balena CI
parent 7686b8b40f
commit c15f77434b
5 changed files with 87 additions and 77 deletions

View File

@ -78,6 +78,10 @@ module.exports = function (env) {
},
resolve: {
extensions: ['.js', '.ts', '.json'],
alias: {
// Use the es2018 build instead of the default es2015 build
'pinejs-client-core': 'pinejs-client-core/es2018',
},
},
target: 'node',
node: {