aletheia-foundation / aletheia-app

Alethia peer to peer publishing platform
http://aletheia-foundation.io/
GNU General Public License v3.0
48 stars 11 forks source link

Wrong path for polyfills in "app.module.ts" #92

Open cchrs opened 6 years ago

cchrs commented 6 years ago

I confirm:


Report bugs

Compilation of the app stops with the following error:

image

I can solve the issue by changing in

scr/app/app.modules.ts

the line import 'polyfills' to import '../polyfills'