Add trailing comas
This commit is contained in:
parent
a5678aa3f1
commit
3097f8cdfb
@ -14,10 +14,10 @@ module.exports = {
|
|||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
libraryTarget: 'umd',
|
libraryTarget: 'umd',
|
||||||
library: 'ZeroEx',
|
library: 'ZeroEx',
|
||||||
umdNamedDefine: true
|
umdNamedDefine: true,
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.ts', '.js']
|
extensions: ['.ts', '.js'],
|
||||||
},
|
},
|
||||||
devtool: 'source-map',
|
devtool: 'source-map',
|
||||||
plugins: [
|
plugins: [
|
||||||
@ -25,7 +25,7 @@ module.exports = {
|
|||||||
minimize: true,
|
minimize: true,
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
include: /\.min\.js$/,
|
include: /\.min\.js$/,
|
||||||
})
|
}),
|
||||||
],
|
],
|
||||||
module: {
|
module: {
|
||||||
loaders: [{
|
loaders: [{
|
||||||
@ -34,7 +34,7 @@ module.exports = {
|
|||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
query: {
|
query: {
|
||||||
declaration: false,
|
declaration: false,
|
||||||
}
|
},
|
||||||
}]
|
}],
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user