mirror of
https://github.com/outline/outline.git
synced 2026-04-24 11:20:11 -05:00
e754f89e5c
Co-authored-by: Tom Moor <tom@getoutline.com> Co-authored-by: Vio <vio@beanon.com>
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",
|
|
},
|
|
};
|