Merge branch 'logging'

This commit is contained in:
Rich Harris
2018-03-04 16:17:18 -05:00

View File

@@ -134,7 +134,7 @@ export default async function dev() {
error?: (error: Error) => void;
result: (stats: any) => void;
}) {
compiler.plugin('invalid', (filename: string) => {
compiler.hooks.invalid.tap('sapper', (filename: string) => {
invalid(filename);
});