NGUYEN Dong Thuc

Results 1 comments of NGUYEN Dong Thuc

I have the same issue, any updates? My config webpack ```const nodeExternals = require('webpack-node-externals'); const server = { target: 'node', externals: [nodeExternals()], entry: [ paths.appServerJs, ], output: { pathinfo: true,...