Skip to content

Commit 2d1b033

Browse files
committed
esnext target
1 parent 112eb9c commit 2d1b033

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@orama/orama": "^3.1.6",
4949
"@orama/plugin-data-persistence": "^3.1.6",
5050
"@orama/react-components": "^0.8.0",
51+
"@orama/wc-components": "^0.8.0",
5152
"@radix-ui/react-tabs": "^1.1.12",
5253
"@tailwindcss/postcss": "^4.1.8",
5354
"acorn": "^8.14.1",

src/generators/web/client/components/CodeBox.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from 'react';
22
import BaseCodeBox from '@node-core/ui-components/Common/BaseCodeBox';
3-
import { staticData } from '../data.mjs';
3+
import { staticData } from '../utilities.mjs';
44

55
const languageDisplayNameMap = new Map(staticData.shikiDisplayNameMap);
66

src/generators/web/utils/bundle.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export default async (code, options) => {
6767
bundle: true,
6868
minify: true,
6969
format: 'iife',
70-
target: 'es2020',
7170
platform: 'browser',
7271
jsx: 'automatic',
7372
write: false,

0 commit comments

Comments
 (0)