Guest User

Untitled

a guest
Jul 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. SystemJS.config({
  2. map: {
  3. 'angular': 'my-app/node_modules/angular/angular.js',
  4. 'plugin-babel':
  5. './node_modules/systemjs-plugin-babel/plugin-babel.js',
  6. 'systemjs-babel-build':
  7. './node_modules/systemjs-plugin-babel/systemjs-babel-browser.js',
  8. },
  9. transpiler: "plugin-babel",
  10. packages: {
  11. '/my-app/src/js/': {},
  12. },
  13. meta: {
  14. '/my-app/src/js/components/*.html': {}
  15. }
Add Comment
Please, Sign In to add comment