webpack native module

This commit is contained in:
Jan Prochazka
2021-01-16 18:55:10 +01:00
parent 943f9c1c24
commit c5e75dfe3e
5 changed files with 76 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
const msnodesqlv8 = require('msnodesqlv8');
const msnodesqlv8 = () => require('msnodesqlv8');
module.exports = { msnodesqlv8 };