hamidone

Results 1 comments of hamidone

> Use webpack-node-externals, I mean please add following code in your webpack.config.js > > const nodeExternals = require('webpack-node-externals'); > > { > target: 'node', > externals: [nodeExternals()], > } Thanks,...