mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
fix(webpack): inspector_modules
This commit is contained in:
@ -84,7 +84,7 @@ module.exports = (env) => {
|
||||
|
||||
const areCoreModulesExternal = Array.isArray(env.externals) && env.externals.some((e) => e.indexOf('@nativescript') > -1);
|
||||
if (platform === 'ios' && !areCoreModulesExternal && !testing) {
|
||||
entries['tns_modules/@nativescript/core/inspector_modules'] = 'inspector_modules';
|
||||
entries['tns_modules/inspector_modules'] = '@nativescript/core/inspector_modules';
|
||||
}
|
||||
console.log(`Bundling application for entryPath ${entryPath}...`);
|
||||
|
||||
|
Reference in New Issue
Block a user