techiediaries / ng2-qrcode-reader

An Angular 4+ Component library for Reading QR (Quick Response ) Codes .
1 stars 1 forks source link

Unable to dynamically transpile ES module A loader plugin needs to be configured via `SystemJS.config({ transpiler: 'transpiler-module' })`. #1

Open mohsensrmst opened 7 years ago

mohsensrmst commented 7 years ago

Hi i use angular version "4.3.2" (not angular-cli) when add your module to map in systemjs.config.js i get this error:

Unable to dynamically transpile ES module
   A loader plugin needs to be configured via `SystemJS.config({ transpiler: 'transpiler-module' })`.
bariscanyilmaz commented 6 years ago

i have same problem but my angular 5.2.2. did solve this problem @mohsensrmst