stevermeister/ngx-wig

playground does not work

Closed this issue · 4 comments

I just cloned fresh version and playground does not work: it does not find/compile/place index.js file.

@bampakoa after quick investigation I did not find the place, maybe you have an idea?

It seems that this line causes the problem but I have not find why this is happening. If you replace it with the UMD version of the library it works though 🤔

import { NgxWigModule } from '../dist/ngx-wig.umd';

I think it's something with systemjs or build that prepares it wrong.
the missing file is .playgound/index.js

If you use the UMD module, it will create the index.js file inside .playground folder. 😕

fixed