Skip to content

Commit 3c26789

Browse files
committed
up
1 parent d530a88 commit 3c26789

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ui/src/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
},
1010
"include": [
11-
"src"
11+
"./*"
1212
]
1313
}

ui/src/webpack.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
//...
3+
resolve: {
4+
extensions: ['.js', '.jsx']
5+
}
6+
};

0 commit comments

Comments
 (0)