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

Commit

Permalink
fix(webpack): typo in import, close #326 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoturi authored and danbucholtz committed Nov 10, 2016
1 parent 235c174 commit 6b89fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack/ionic-environment-plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FileCache } from '../util/file-cache';
import { Logger } from '../util/Logger';
import { Logger } from '../util/logger';
import { HybridFileSystem } from './hybrid-file-system';
import { WatchMemorySystem } from './watch-memory-system';

Expand Down

0 comments on commit 6b89fa2

Please sign in to comment.