aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

Document options #161

Closed benstevens48 closed 5 years ago

benstevens48 commented 5 years ago

It would be useful to document the options, especially the 'aureliaApp' option. I'm not using the CLI and am doing manual boostrapping, so I kew there was no way that setting my webpack entry to 'aurelia-bootrapper' could possibly work. Eventually from looking at the code of this plugin, I found the answer was as simple as setting the 'aureliaApp' option to the same as my webpack entry.

jods4 commented 5 years ago

There is documentation in the Wiki section of this wiki. This page describes all plugin options. Apologies for not being easy to discover.

benstevens48 commented 5 years ago

Ok, thanks, that's very helpful. Perhaps you could add a link to this page from the readme?

jods4 commented 5 years ago

@benstevens48 no problem, it's done.