Currently, I am working on building my Ionic app using their web build system. In my app.component.ts file, I have included the following import statement:
import { File } from '@ionic-native/File/ngx';
Although this project compiles successfully locally, the npm package for @ionic-native/File is listed in my package.json file. What could possibly be causing this issue?