native module refactor POC

This commit is contained in:
SPRINX0\prochazka
2024-11-13 09:06:51 +01:00
parent c6dab85fc2
commit 9f0e06e663
4 changed files with 16 additions and 21 deletions

View File

@@ -17,6 +17,10 @@ var config = {
// optimization: {
// minimize: false,
// },
externals: {
msnodesqlv8: 'commonjs msnodesqlv8',
},
};
module.exports = config;