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

Commit be3aac1

Browse files
committed
fix(webpack): update environment plugin for webpack 2 RC3
1 parent de3abf6 commit be3aac1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/webpack/ionic-environment-plugin.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export class IonicEnvironmentPlugin {
1313
const hybridFileSystem = getInstance();
1414
hybridFileSystem.setFileSystem(compiler.inputFileSystem);
1515
compiler.inputFileSystem = hybridFileSystem;
16-
compiler.resolvers.normal.fileSystem = compiler.inputFileSystem;
17-
compiler.resolvers.context.fileSystem = compiler.inputFileSystem;
18-
compiler.resolvers.loader.fileSystem = compiler.inputFileSystem;
1916
compiler.watchFileSystem = new WatchMemorySystem(this.fileCache);
2017

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

0 commit comments

Comments
 (0)