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 e34d80a commit 5b3df41Copy full SHA for 5b3df41
packages/web-components/tasks/build.js
@@ -23,7 +23,7 @@ import path from 'path';
23
import postcss from 'postcss';
24
import typescript from '@rollup/plugin-typescript';
25
26
-import * as packageJson from '../package.json' assert { type: 'json' };
+import * as packageJson from '../package.json' with { type: 'json' };
27
28
const __dirname = path.dirname(fileURLToPath(import.meta.url));
29
0 commit comments