From 2962a8f4a8120a0aecdeca9aa3fcfded013a19ee Mon Sep 17 00:00:00 2001 From: Negezor Date: Fri, 16 Aug 2024 19:55:22 +1100 Subject: [PATCH] chore(config): use import with instead of assert --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 603757517..8e79a95da 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -38,7 +38,7 @@ export default async () => ( const modulePkg = await import( pathJoin(modulePath, 'package.json'), { - assert: { + with: { type: 'json' } },