UNPKG

113 BJavaScriptView Raw
1module.exports = {
2 includeCommitMessage: true,
3 webpack: {
4 stats: './artifacts/webpack-stats.json'
5 }
6};