8
relativeci.config.js
Normal file
8
relativeci.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user