Build production on SystemJS with systemjs-builder
问题 I have my project that use SystemJS (i use a template that comes on this way). I need to build the final project to production env. I read that i can use systemjs-builder for this. I read the official page: https://github.com/systemjs/builder. Sorry, i'm so new on Angular 2! I don't understand how to start. For example, this part: Basic Use Ensure that the transpiler is installed separately (npm install babel-core here). var path = require("path"); var Builder = require('systemjs-builder'); /