mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
This commit is contained in:
@@ -11,12 +11,13 @@ var config = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: 'bundle.js',
|
||||
libraryTarget: 'commonjs2',
|
||||
},
|
||||
|
||||
optimization: {
|
||||
minimize: false
|
||||
minimize: false,
|
||||
},
|
||||
|
||||
|
||||
// module: {
|
||||
// rules: [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user