File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Karma configuration
2
- // Generated on Mon Mar 20 2017 15:06:42 GMT+0100 (CET)
3
2
4
- const commonjs = require ( 'rollup-plugin-commonjs' ) ;
5
3
const angular = require ( './dist/rollup-plugin-angular.js' ) ;
4
+ const commonjs = require ( 'rollup-plugin-commonjs' ) ;
6
5
const nodeResolve = require ( 'rollup-plugin-node-resolve' ) ;
7
6
const typescript = require ( 'rollup-plugin-typescript' ) ;
8
7
@@ -40,16 +39,15 @@ module.exports = function(config) {
40
39
// preprocess matching files before serving them to the browser
41
40
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
42
41
preprocessors : {
43
- 'test/karma/*.ts' : [ 'rollup' ] ,
44
- // 'node_modules/@angular/core/@angular/core.es5.js': ['rollup'],
42
+ 'test/karma/*.ts' : [ 'rollup' ]
45
43
} ,
46
44
47
45
48
46
rollupPreprocessor : {
49
47
context : 'this' ,
50
48
// will help to prevent conflicts between different tests entries
51
49
moduleName : 'examplemodule' ,
52
- format : 'iife ' ,
50
+ format : 'umd ' ,
53
51
sourceMap : 'inline' ,
54
52
// rollup settings. See Rollup documentation
55
53
plugins : [
You can’t perform that action at this time.
0 commit comments