From 9f6f7983312c66f857e79b744e4ec257cc287b8b Mon Sep 17 00:00:00 2001 From: jods4 Date: Wed, 8 May 2019 23:45:56 +0200 Subject: [PATCH] doc(webpack): add link to wiki Closes #161 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aea5c82..5c325ff 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ module.exports = { plugins: [ new AureliaPlugin() ] }; ``` + +## Documentation + +Information about how to use this Webpack plugin can be found in [its Github wiki](https://github.com/aurelia/webpack-plugin/wiki).