-
-
Notifications
You must be signed in to change notification settings - Fork 113
Description
I'm submitting a bug report
- Library Version:
2.0.0-rc.8
Please tell us about your environment:
-
Operating System:
Windows 10 -
Node Version:
8.12.0
- NPM Version:
6.4.1
- JSPM OR Webpack AND Version
webpack 4.41.1
-
Browser:
IE 11 -
Language:
ESNext
Current behavior:
Just a white blank page when I open the template app in IE11.
Steps to reproduce:
√ Please enter a name for your new project: · aurelia-app
√ Would you like to use the default setup or customize your choices? · Custom App
√ Which bundler would you like to use? · Webpack
√ Which HTTP Protocol do you wish the outputted Webpack bundle to be optimised for? · HTTP/2
√ What platform are you targeting? · Web
√ What transpiler would you like to use? · Babel
√ How would you like to setup your HTML template? · None
√ What css preprocessor would you like to use? · None
√ Do you want to add PostCSS processing · None
√ Which unit test runner would you like to use? · Jest
√ Would you like to configure integration testing? · None
√ What is your default code editor? · None
√ Which features do you want scaffolded into your project? · Navigation App
√ Would you like to add a Dockerfile? · No
Then install npm dependencies
npm install aurelia-dialog --save
Then add aurelia.use.plugin(PLATFORM.moduleName('aurelia-dialog')); to main.js
Open internet explorer 11, type localhost:8080 and observe you're not seeing the template.
Works well on chrome, firefox, edge.
- What is the expected behavior?
Be able to see the template, load the welcome page in IE11
Note: Version 1.1.0 works.