mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 20:39:50 -04:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
const outputStrategy = {
|
|
'output.filename': 'prepend',
|
|
'output.path': 'prepend',
|
|
};
|
|
|
|
module.exports = {
|
|
outputStrategy,
|
|
};
|