mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
NPM plugin refactor
This commit is contained in:
@@ -18,6 +18,16 @@ var config = {
|
||||
// optimization: {
|
||||
// minimize: false,
|
||||
// },
|
||||
|
||||
externals: {
|
||||
'dbgate-tools': 'commonjs dbgate-tools',
|
||||
'dbgate-query-splitter': 'commonjs dbgate-query-splitter',
|
||||
lodash: 'commonjs lodash',
|
||||
mongodb: 'commonjs mongodb',
|
||||
'mongodb-client-encryption': 'commonjs mongodb-client-encryption',
|
||||
bson: 'commonjs bson',
|
||||
'is-promise': 'commonjs is-promise',
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user