mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 21:24:59 +00:00
Merge branch 'logging'
This commit is contained in:
@@ -134,7 +134,7 @@ export default async function dev() {
|
|||||||
error?: (error: Error) => void;
|
error?: (error: Error) => void;
|
||||||
result: (stats: any) => void;
|
result: (stats: any) => void;
|
||||||
}) {
|
}) {
|
||||||
compiler.plugin('invalid', (filename: string) => {
|
compiler.hooks.invalid.tap('sapper', (filename: string) => {
|
||||||
invalid(filename);
|
invalid(filename);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user