diff --git a/test/package.json b/test/package.json index 46b745c..92716a0 100644 --- a/test/package.json +++ b/test/package.json @@ -4,6 +4,9 @@ "scripts": { "postinstall": "parcel build index.html --no-cache" }, + "alias": { + "./test/*.riot": "./$1" + }, "dependencies": { "riot": "^6.0.0", "@riotjs/hot-reload": "^6.0.0"