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

Commit 6b89fa2

Browse files
marcoturidanbucholtz
authored andcommitted
fix(webpack): typo in import, close #326 (#341)
1 parent 235c174 commit 6b89fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpack/ionic-environment-plugin.ts

+1-1
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)