From 2f28f89c59a8dc0fd41a212b9056bc58c537eb4e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 14 Mar 2019 15:07:59 +0100 Subject: [PATCH] Create codesandbox using the 'parcel' template The default template is `create-react-app` and this one ignores the `head` tag defined in out `index.html` --- examples/resources/common.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/resources/common.js b/examples/resources/common.js index e5fcee19e5..3b2ce82c5b 100644 --- a/examples/resources/common.js +++ b/examples/resources/common.js @@ -38,6 +38,9 @@ }, "package.json": { content: pkgJson + }, + 'sandbox.config.json': { + content: '{"template": "parcel"}' } } });