mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge branch 'feat/webpack5' of https://github.com/NativeScript/NativeScript into feat/webpack5
This commit is contained in:
@ -67,7 +67,7 @@ export function applyCopyRules(config: Config) {
|
||||
);
|
||||
|
||||
// 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, [
|
||||
|
Reference in New Issue
Block a user