9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
module.exports = {
|
|
// Allow the agent to pick up the current commit message
|
|
includeCommitMessage: true,
|
|
webpack: {
|
|
// Path to Webpack stats JSON file
|
|
stats: './js/webpack-stats.json'
|
|
}
|
|
};
|