From 8a7e78b3eacb57e6d1240e285279ba5bcfd74b46 Mon Sep 17 00:00:00 2001 From: Dmitry Solyanik Date: Thu, 15 Aug 2024 19:29:36 +0200 Subject: [PATCH] fix: enable CSS file imports from chessground assets in Next.js projects --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b3d5ab07..52d65a07 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "types": "chessground.d.ts", "exports": { ".": "./dist/chessground.js", + "./assets/*": "./assets/*", "./*": "./dist/*.js" }, "typesVersions": {