#65 Typescript Error while building app
Closed by amitosh. Opened by thelittlewonder.

During Local Build, After copying src/app/config.env.ts.example to src/app/config.dev.ts and src/app/config.prod.ts. , running ionic serve throws a typescript error

[11:58:22]  typescript: src/app/config.dev.ts, line: 11 
            ',' expected. 
      L11:  const ENV = { 
      L12:    // change this to true, in config.prod.ts
[11:58:22]  typescript: src/app/config.prod.ts, line: 11 
            ',' expected. 

Screen_Shot_2018-05-29_at_11.58.35_AM.png


Metadata Update from @amitosh:
- Issue status updated to: Closed (was: Open)

Metadata