build(striker-ui-api): target node16 for RHEL 9

main
Tsu-ba-me 12 months ago
parent 3438186b02
commit 4c789f980d
  1. 2
      striker-ui-api/webpack.config.js

@ -32,5 +32,5 @@ module.exports = {
extensions: ['.js', '.ts'], extensions: ['.js', '.ts'],
}, },
stats: 'detailed', stats: 'detailed',
target: 'node10', target: ['node10', 'node16'],
}; };

Loading…
Cancel
Save