yo34
Results
1
issues of
yo34
Hi, I using this conf where running webpack : ``` export default { entry: './server.js', mode: "production", devtool: 'source-map', //externals: [nodeExternals({allowlist: [/\.(?!(?:jsx?|json)$).{1,5}$/i],})], // la allowlist spécifie les packages qui vont...