mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
includeCommitMessage: true,
|
|
webpack: {
|
|
stats: "./build/app/webpack-stats.json",
|
|
},
|
|
};
|