WIP: transforming through handlebars, parsing the html and resolving the imports
This commit is contained in:
@@ -115,7 +115,7 @@ test.serial('template', async (t) => {
|
||||
input: 'batman.js',
|
||||
plugins: [
|
||||
html({
|
||||
template: () => '<html><body><main></main></body></html>'
|
||||
transform: () => '<html><body><main></main></body></html>'
|
||||
})
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user