This repository was archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 311
version 0.0.29 doesn't generate all source files and components can't be debug #101
Labels
Comments
I'm back to ionic2 beta11. |
npm uninstall -g ionic |
I see the issue and will start fixing it. Thanks |
Hello @six006 ! Thanks for all the info! We just released version 0.0.30 that fixes this issue, would you mind giving it a try? To update you can just run |
thanks for your hard work! |
but the page which include @component still can't be debug #110 |
Hello! I am going to close this issue as we do generate source maps for all files now. We can continue to track the breakpoint issue on #110 Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I still use ionic-conference-app-master project to test the building scripts .
1.npm uninstall @inoic/app-scripts --save-dev

2.npm install @inoic/app-scripts@latest --save-dev
3.ionic serve
4.the project has many ts files
5.but the main.js.map has only 6 source files mapping

6.we can debug in conference-data.ts

7.but we can't set breakpoint and debug the page such as signup.ts

The text was updated successfully, but these errors were encountered: