-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
This seems to be related to the recent introduction of VS 2017.
With the preprocessor options of:
typescriptPreprocessor: {
target: 'ES5',
module: 'none',
sourceMap: false,
noImplicitAny: false
},
When I run Karma I get:
Uncaught ReferenceError: exports is not defined
at apps/controls/app-controls.js:4
and the code in the generated JavaScript contains:
"use strict";
exports.__esModule = true;
angular.module('controls.directives', []);
angular.module('controls.filters', ['controls.services']);
angular.module('controls.services', []);
...
Maximaximum, gluons and Davilink
Metadata
Metadata
Assignees
Labels
No labels