From 3eac7f8e6dc7d2a09b32c72bcc28bf4683e183cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1n=20D=C3=A9nes?= Date: Sat, 18 Mar 2023 00:04:38 +0100 Subject: [PATCH] Rollup CJS changes --- rollup.config.js => rollup.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rollup.config.js => rollup.config.mjs (90%) diff --git a/rollup.config.js b/rollup.config.mjs similarity index 90% rename from rollup.config.js rename to rollup.config.mjs index 95bc171..002aff5 100644 --- a/rollup.config.js +++ b/rollup.config.mjs @@ -1,4 +1,4 @@ -import pkg from './package.json' +import pkg from './package.json' assert { type: 'json' } import json from '@rollup/plugin-json' import commonjs from '@rollup/plugin-commonjs'