fix(webpack): inspector_modules

This commit is contained in:
Igor Randjelovic
2021-02-01 21:02:57 +01:00
parent 3ddfb5c34a
commit 87418cdb11
5 changed files with 5 additions and 5 deletions

View File

@ -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}...`);