add full page chatbot and react chatbot

This commit is contained in:
Henry
2023-06-26 02:37:40 +01:00
parent f4755947ff
commit e554ac54dd
12 changed files with 924 additions and 148 deletions
+16
View File
@@ -0,0 +1,16 @@
module.exports = {
webpack: {
configure: {
module: {
rules: [
{
test: /\.m?js$/,
resolve: {
fullySpecified: false
}
}
]
}
}
}
}