79333514

Date: 2025-01-06 15:28:17
Score: 2
Natty:
Report link

Step 1: npm i webpack-node-externals

Step 2: Make below changes in the webpack.config.js

const nodeExternals = require('webpack-node-externals');

module.exports = { target: 'node', externals: [nodeExternals()], };

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: PRABHAKAR NAYAK