Ionic 2: ReferenceError: webpackJsonp is not defined

972 ワード

I'm new to Ionic. I have started project with super template. But when I try to run the app in browser. It throws an error saying:
ReferenceError: webpackJsonp is not defined
    at http://localhost:8100/build/main.js:1:1

 
解決:
This is a breaking change in Ionic-App-Scripts
https://github.com/ionic-team/ionic-app-scripts/releases/tag/v2.0.0
src/index.html must be modified to include a new vendor script tag .
...


  
  

  

  
  

  
  

  
  


...