Ralf Stich
Ralf Stich
just bundle.. the error comes also without the use of some component.
the covalent bundles contains 'import'-statements, which are only allowed in source-head... thats the problem...
ok.. here (line 118365 in my bundle): ``` ... ___scope___.file("loading/services/loading.factory.js", function(exports, require, module, __filename, __dirname){ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c...
this is the complete module-code from covalent for the loading-module: ``` var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r =...
ok, working now... important: tsconfig option 'noEmitHelpers' must be 'false' for working
same error with 2.0.2 (see below), but we need anyway the 2.1 for fusing material and covalent... ``` vendor -> app -> → Typescript config: \src\tsconfig.json → Typescript config: \src\tsconfig.json...
hm.. strange... it seems to be again an yarn problem... i have installed the fixed version 2.0.2 without '^' and it doesnt work. after that reverted to your last bumped...
i found now the problem: the 'rectangular' package makes troubles again... in earlier versions you have provide the workaround ``` fuse.register('rectangular', { homeDir: 'node_modules/rectangular', main: 'index.js', instructions: '**/**.js' }); ```...
yes, like that.. that was an formating error in the issue... i have fixed it.. and yes, fuse-box is upgraded to 2.1.0.
test project is updated with a new branch [feature/fin-hypergrid](https://github.com/Tenvan/angular2-example/tree/feature/fin-hypergrid)