mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-20 00:03:51 +00:00
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:
@ -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: {
|
||||
|
Reference in New Issue
Block a user