8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
html: [
|
|
'tmp/index.html',
|
|
]
|
|
};
|
|
};
|