11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
/* jshint esversion: 9 */
|
|
/* global module */
|
|
|
|
module.exports = {
|
|
options: {
|
|
force: true
|
|
},
|
|
clear_tmp: ['tmp'],
|
|
clear_critical: ['../assets/out/src/css/abovethefold']
|
|
};
|