You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: current/en-us/7. plugins/5. dialog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ export function configure(aurelia) {
62
62
> Warning
63
63
> `PLATFORM.moduleName` should *not* be omitted if you are using *Webpack*.
64
64
65
+
> Warning
66
+
> 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`.
67
+
65
68
## Using The Plugin
66
69
67
70
There are a few ways you can take advantage of the Aurelia dialog.
0 commit comments