Merge pull request #9335 from openlayers/codesandbox_template

Create codesandbox using the 'parcel' template
This commit is contained in:
Frédéric Junod
2019-03-14 16:24:24 +01:00
committed by GitHub

View File

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