Home > @rushstack/webpack-plugin-utilities > Testing
Testing namespace
Functions
Function | Description |
|---|---|
getTestingWebpackCompilerAsync(entry, additionalConfig, memFs) | This function generates a webpack compiler with default configuration and the output filesystem mapped to a memory filesystem. This is useful for testing webpack plugins/loaders where we do not need to write to disk (which can be costly). |