Skip to content

Commit 588ddb0

Browse files
authored
fix: Unexpected identifier 'assert' (#90)
fix: Unexpected identifier 'assert'
2 parents 5c07345 + 3727f5c commit 588ddb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import typescript from 'typescript';
66
import json from '@rollup/plugin-json';
77
import terser from '@rollup/plugin-terser';
88
import rollupTypescript from '@rollup/plugin-typescript';
9-
import pkg from './package.json' assert { type: 'json' };
9+
import pkg from './package.json' with { type: 'json' };
1010
import copy from 'rollup-plugin-copy';
1111
import { dirname } from 'path';
1212
import { fileURLToPath } from 'url';

0 commit comments

Comments
 (0)