Skip to content

Commit bef00db

Browse files
Fix Rollup Node.js deprecation
1 parent b3d01ca commit bef00db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { dts } from 'rollup-plugin-dts';
77
import tsPaths from 'rollup-plugin-tsconfig-paths';
88
import preserveDirectives from 'rollup-plugin-preserve-directives';
99

10-
import tsBuildConfig from './bundle-base.tsconfig.json' assert { type: 'json' };
11-
import packageJson from './package.json' assert { type: 'json' };
10+
import tsBuildConfig from './bundle-base.tsconfig.json' with { type: 'json' };
11+
import packageJson from './package.json' with { type: 'json' };
1212

1313
// suppresses warnings printed to console as part of bundling components with directives present.
1414
const onWarnSuppression = {

0 commit comments

Comments
 (0)