We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d01ca commit bef00dbCopy full SHA for bef00db
rollup.config.mjs
@@ -7,8 +7,8 @@ import { dts } from 'rollup-plugin-dts';
7
import tsPaths from 'rollup-plugin-tsconfig-paths';
8
import preserveDirectives from 'rollup-plugin-preserve-directives';
9
10
-import tsBuildConfig from './bundle-base.tsconfig.json' assert { type: 'json' };
11
-import packageJson from './package.json' assert { type: 'json' };
+import tsBuildConfig from './bundle-base.tsconfig.json' with { type: 'json' };
+import packageJson from './package.json' with { type: 'json' };
12
13
// suppresses warnings printed to console as part of bundling components with directives present.
14
const onWarnSuppression = {
0 commit comments