Skip to content

Commit

Permalink
fix: assert keyword is not valid in node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Aug 12, 2024
1 parent 81c4d32 commit 3c8df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup-full.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import postcssCombineDuplicatedSelectors from 'postcss-combine-duplicated-select
import cssnanoPlugin from 'cssnano';
import postcss from 'rollup-plugin-postcss';
import eslint from '@rollup/plugin-eslint';
import pkg from './package.json' assert { type: "json"};
import pkg from './package.json' with { type: "json"};

const srcDir = './src';
const distDir = './dist';
Expand Down

0 comments on commit 3c8df8e

Please sign in to comment.