From 5fb733bb8bf215b41a2c48c62e78028992d91c74 Mon Sep 17 00:00:00 2001 From: Ryan Tsao Date: Mon, 11 Mar 2019 18:19:11 -0700 Subject: [PATCH] Add link to progressively enhanced bundles docs in legacy browser message https://github.com/fusionjs/fusion-cli/pull/723 Co-authored-by: Ryan Tsao --- plugins/ssr-plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ssr-plugin.js b/plugins/ssr-plugin.js index 0444f8d5..b08c2348 100644 --- a/plugins/ssr-plugin.js +++ b/plugins/ssr-plugin.js @@ -102,6 +102,7 @@ const SSRBodyTemplate = createPlugin/*::

You are using a legacy browser but only the modern bundle has been built (legacy bundles are skipped by default when using fusion dev).

Please use a modern browser or

fusion dev --forceLegacyBuild
to build the legacy bundle.

+

For more information, see the docs on progressively enhanced bundles.

`; }