UNPKG

grunt-systemjs-builder

Version:

grunt task for building projects based on systemjs

20 lines (17 loc) 279 B
System.config({ baseURL: "", defaultJSExtensions: true, transpiler: "babel", babelOptions: { "optional": [ "runtime", "optimisation.modules.system" ] }, paths: { "npm:*": "libs/*" }, map: { "babel": "libs/babel-core/browser" } });