Merge branch 'feat/webpack5' of https://github.com/NativeScript/NativeScript into feat/webpack5

This commit is contained in:
Igor Randjelovic
2021-04-14 14:58:50 +02:00

View File

@ -67,7 +67,7 @@ export function applyCopyRules(config: Config) {
); );
// ignore everything in App_Resources (regardless where they are located) // ignore everything in App_Resources (regardless where they are located)
globOptions.ignore.push(`${relative(entryDir, appResourcesFullPath)}/**`); globOptions.ignore.push(`**/${relative(entryDir, appResourcesFullPath)}/**`);
} }
config.plugin('CopyWebpackPlugin').use(CopyWebpackPlugin, [ config.plugin('CopyWebpackPlugin').use(CopyWebpackPlugin, [