Add support for HTML injection (#1817)

This commit is contained in:
QWp6t
2017-01-21 16:34:45 -08:00
committed by GitHub
parent 9ebe9cde0f
commit de3bce92a9
3 changed files with 193 additions and 28 deletions

View File

@@ -18,6 +18,7 @@ module.exports = {
target: config.devUrl,
proxyUrl: config.proxyUrl,
watch: config.watch,
delay: 500,
}),
],
};