If i use the -m commonjs option from cli then I can do this in the code:
import {Component, View, bootstrap} from 'angular2/angular2';
but in ST the plugin marks the line as an error saying:
Cannot compile external modules unless the '--module' flag is provided
how do I provide command line options to the plugin?
If i use the
-m commonjsoption from cli then I can do this in the code:but in ST the plugin marks the line as an error saying:
how do I provide command line options to the plugin?