Systemjs.config.js equivalent on Ionic?

Hello guys,

what is angular’s systemjs.config.js equivalent on Ionic?

https://www.npmjs.com/package/@ngui/tab

I’m trying to use above npm angular tab… and it requires me to insert following to systemjs.config.js

map['@ngui/tab'] = 'node_modules/tab/dist/tab.umd.js';

It works without this line inserted however it causes errors when I try to build an apk file using --prod command.

Have a look at:

And: https://github.com/ionic-team/ionic-app-scripts/blob/master/config/webpack.config.js

2 Likes

Yes, segment solved the problem.
Thanks!

Ngui tab NPM turned out to be full of errors… and can’t be used for any project.
Segment is the way for Ionic and Angular.

You can reference systemjs.config.js code in a tag inside index.html