Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning about v2.0 and IE11 #472

Merged
merged 1 commit into from
Feb 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions current/en-us/7. plugins/5. dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ export function configure(aurelia) {
> Warning
> `PLATFORM.moduleName` should *not* be omitted if you are using *Webpack*.

> Warning
> When using *Webpack* and *IE11* you will need this *alias* `'aurelia-dialog': path.resolve(__dirname, 'node_modules/aurelia-dialog/dist/umd/dialog-aurelia.js')` added to the *Resolve* section of your `webpack.config.js`.

## Using The Plugin

There are a few ways you can take advantage of the Aurelia dialog.
Expand Down