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

Commit

Permalink
fix(webpack): update environment plugin for webpack 2 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Jan 4, 2017
1 parent de3abf6 commit be3aac1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webpack/ionic-environment-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export class IonicEnvironmentPlugin {
const hybridFileSystem = getInstance();
hybridFileSystem.setFileSystem(compiler.inputFileSystem);
compiler.inputFileSystem = hybridFileSystem;
compiler.resolvers.normal.fileSystem = compiler.inputFileSystem;
compiler.resolvers.context.fileSystem = compiler.inputFileSystem;
compiler.resolvers.loader.fileSystem = compiler.inputFileSystem;
compiler.watchFileSystem = new WatchMemorySystem(this.fileCache);

// do a bunch of webpack specific stuff here, so cast to an any
Expand Down

0 comments on commit be3aac1

Please sign in to comment.