What are differences between SystemJS and Webpack?
If you go to the SystemJS Github page, you will see the description of the tool: Universal dynamic module loader – loads ES6 modules, AMD, CommonJS and global scripts in the browser and NodeJS. Because you use modules in TypeScript or ES6, you need a module loader. In the case of SystemJS, the systemjs.config.js allows us to … Read more