From 053ab098ee2f47ca872505468dac975e807ee162 Mon Sep 17 00:00:00 2001 From: Peter Vajda Date: Thu, 9 May 2019 11:27:32 +0200 Subject: [PATCH] Updated documentation with runtimeCompiler setting (#153) --- docs/config.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.md b/docs/config.md index 34ec88684..4e29474f5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -104,6 +104,12 @@ Define custom sizes and disable effects on iOS < 7 devices: A function that will receive an instance of ChainableConfig powered by [webpack-chain](https://github.com/neutrinojs/webpack-chain). +## runtimeCompiler + +- Type `Boolean` +- Default `false` + +Include the Vue template compiler compiler at runtime ## configureServer