diff --git a/template/default/package.json b/template/default/package.json index 955a46e..e77e0d8 100644 --- a/template/default/package.json +++ b/template/default/package.json @@ -12,8 +12,8 @@ "node": ">=10" }, "scripts": { - "build": "microbundle-crl --no-compress --format modern,cjs", - "start": "microbundle-crl watch --no-compress --format modern,cjs", + "build": "microbundle-crl --no-compress --format modern,cjs --jsxFragment React.Fragment", + "start": "microbundle-crl watch --no-compress --format modern,cjs --jsxFragment React.Fragment", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build",