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 5d9a62d commit eb439baCopy full SHA for eb439ba
packages/taro-framework-solid/src/index.ts
@@ -1,5 +1,6 @@
1
import { fs, REG_TARO_H5 } from '@tarojs/helper'
2
-import { capitalize, internalComponents, isString, toCamelCase } from '@tarojs/shared'
+import { isString } from '@tarojs/shared'
3
+import { capitalize, internalComponents, toCamelCase } from '@tarojs/shared/dist/template'
4
5
import { RECONCILER_NAME } from './constant'
6
import { h5iVitePlugin } from './vite.h5'
0 commit comments