Skip to content

Commit

Permalink
replace asset to with
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 7, 2024
1 parent eac7597 commit 434e043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import commonJS from '@rollup/plugin-commonjs';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import typescript from '@rollup/plugin-typescript';
import packageJson from './package.json' assert { type: 'json' };
import tsConfig from './tsconfig.json' assert { type: 'json' };
import packageJson from './package.json' with { type: 'json' };
import tsConfig from './tsconfig.json' with { type: 'json' };
import virtual from '@rollup/plugin-virtual';
import json from '@rollup/plugin-json';
const empty = 'export default {}';
Expand Down

0 comments on commit 434e043

Please sign in to comment.