Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 845cd45

Browse files
authored
fix(webpack): typo in import, close #326
1 parent 235c174 commit 845cd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpack/ionic-environment-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FileCache } from '../util/file-cache';
2-
import { Logger } from '../util/Logger';
2+
import { Logger } from '../util/logger';
33
import { HybridFileSystem } from './hybrid-file-system';
44
import { WatchMemorySystem } from './watch-memory-system';
55

0 commit comments

Comments
 (0)