chore: organize test files

This commit is contained in:
Igor Randjelovic
2020-12-01 19:25:29 +01:00
parent 65b214b845
commit 016ecd19a8
22 changed files with 339 additions and 140 deletions

View File

@ -29,6 +29,7 @@ export class PlatformSuffixPlugin {
);
const platformRE = new RegExp(`\.${this.platform}\.`);
// require.context
compiler.hooks.contextModuleFactory.tap(id, (cmf) => {
cmf.hooks.alternativeRequests.tap(id, (modules, options) => {
const additionalModules = [];