From 8af9c6576d9d2a9d2d4ff9e863a310000b881848 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 18 Mar 2022 17:24:16 +0100 Subject: build(web/ui): Migrate to next-global-css This change updates the web interface to use next-global-css instead of next-transpile-modules. This approach is more efficient since it does not require transpilation of the dependencies. --- opendc-web/opendc-web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-web/opendc-web-ui/package.json') diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json index 29065bc4..87ab25fb 100644 --- a/opendc-web/opendc-web-ui/package.json +++ b/opendc-web/opendc-web-ui/package.json @@ -35,7 +35,7 @@ "lint-staged": "^10.5.4", "mathjs": "^7.6.0", "next": "^12.1.0", - "next-transpile-modules": "^8.0.0", + "next-global-css": "^1.3.0", "normalizr": "^3.6.1", "prettier": "^2.3.2", "prop-types": "^15.7.2", -- cgit v1.2.3