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 4e1ff2f commit 82a3ce9Copy full SHA for 82a3ce9
examples/react-component/build.config.mts
@@ -3,15 +3,6 @@ import { defineConfig } from '@ice/pkg';
3
// https://pkg.ice.work/reference/config-list
4
export default defineConfig({
5
plugins: [
6
- // [
7
- // '@ice/pkg-plugin-docusaurus',
8
- // {
9
- // remarkPlugins: [
10
- // "require('@ice/remark-react-docgen-docusaurus')",
11
- // // "[require('remark-react-docgen'), {}]",
12
- // ],
13
- // },
14
15
['@ice/pkg-plugin-jsx-plus'],
16
],
17
transform: {
0 commit comments