From 2b94698f2f6779bdf3e3c5c3e6bd743a4d442ce6 Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Sat, 16 Oct 2021 20:08:46 +0200 Subject: [PATCH] updated: setup alias for the test --- test/package.json | 3 +++ 1 file changed, 3 insertions(+) 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"