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`
This commit is contained in:
Frederic Junod
2019-03-14 15:07:59 +01:00
parent de7afee96d
commit 2f28f89c59

View File

@@ -38,6 +38,9 @@
},
"package.json": {
content: pkgJson
},
'sandbox.config.json': {
content: '{"template": "parcel"}'
}
}
});