Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

ionic-app-scripts 2.0.0 content not updated correctly #1092

@CharlesGrimont

Description

@CharlesGrimont

Short description of the problem:

With ionic-app-scripts 2.0.0 when I'm updating content on my .ts page changes are not applied correctly..

In fact, when I'm adding for example a console.log in my constructor for the first time the change will be applied, but if I change again this console.log replacing for example console.log("hello") by console.log("hello ionic"); my browser will reload but only hello will be displayed.

However if I made a change on another page the older changed will be applied...

Steps to reproduce:

  1. ionic start myAmazingIonicApp --v2
  2. cd ./myAmazingIonicApp
  3. ionic serve
  4. type a console.log("hello"); into anywhere
  5. replace this console.log by console.log("hello 2");

Which @ionic/app-scripts version are you using? 2.0.0

Thanks in advance !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions