remove webpack config
This commit is contained in:
parent
734cebb19e
commit
b0f4423633
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
const path = require('path');
|
||||
const nodeExternals = require('webpack-node-externals');
|
||||
|
||||
module.exports = {
|
||||
target: 'node',
|
||||
externals: [ nodeExternals() ],
|
||||
entry: './build/Binato.js',
|
||||
output: {
|
||||
path: path.join(__dirname, 'bundle'),
|
||||
filename: 'Binato.js',
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue