From 367c8c2bcb1dfe9ee081b4cf1ba9a395fe2564c8 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:03:31 +0100 Subject: [PATCH] fix unsupported import assertion --- scripts/rollup.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup.config.mjs b/scripts/rollup.config.mjs index 7fba7d5..88ec88b 100644 --- a/scripts/rollup.config.mjs +++ b/scripts/rollup.config.mjs @@ -9,7 +9,7 @@ import { defineConfig } from 'rollup' import del from 'rollup-plugin-delete' import { dts } from 'rollup-plugin-dts' -import pkg from '../package.json' assert { type: 'json' } +import pkg from '../package.json' with { type: 'json' } export default defineConfig([ // Default entry point