1
0

Rollup CJS changes

This commit is contained in:
Bán Dénes 2023-03-18 00:04:38 +01:00
parent 5761266260
commit 3eac7f8e6d

View File

@ -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'