rmarscher / virtual-module-webpack-plugin

Adds the contents of a virtual file to webpack's cached file system without writing it to disk
174 stars 17 forks source link

Fixes for webpack 2.2 #8

Closed rmarscher closed 7 years ago

rmarscher commented 7 years ago

Had to first use an "after-resolvers" plugin to make sure the normal resolver has been initialized. Fixes #7.