I was using SystemJs with JSPM for all my profjects and it feels soo amazing. It is easier as never before to use frontend libraries, with JSPM I can do it in few simple steps:
- command line: jspm install angular
- index.ts|js:
import * as angular from 'angular'
Do Webpack have something similar to JSPM packages manager or there is only one option to use standard npm packages manager?