Skip to content

Commit 37cd1a1

Browse files
authored
add uilib-native module to project source paths (#3551)
1 parent 2bd0d9a commit 37cd1a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webDemo/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const baseProjectSource = [
2222
path.resolve(appDirectory, 'node_modules/react-native-color'),
2323
path.resolve(appDirectory, 'node_modules/react-native-ui-lib'),
2424
path.resolve(appDirectory, 'node_modules/postcss'),
25-
path.resolve(appDirectory, 'node_modules/postcss-js')
25+
path.resolve(appDirectory, 'node_modules/postcss-js'),
26+
path.resolve(appDirectory, 'node_modules/uilib-native')
2627
];
2728

2829
const useBabelForRN = {

0 commit comments

Comments
 (0)