From bfcf1feadf5cbc2602fcf6bbed4236b08bced42e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 19:06:43 +0100 Subject: build(deps): remove lingui --- next.config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 3583639..d9a31ee 100644 --- a/next.config.js +++ b/next.config.js @@ -41,10 +41,6 @@ const nextConfig = { test: /\.pdf/, type: 'asset', }, - { - test: /\.po/, - use: ['@lingui/loader'], - }, { test: /\.svg$/, use: [ -- cgit v1.2.3