move web chat example to npm

This commit is contained in:
weboko 2022-12-24 00:34:22 +01:00
parent 7e02520111
commit 681ae6933a
No known key found for this signature in database
4 changed files with 41819 additions and 13146 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
dist
node_modules
yarn.lock
package-lock.json

View File

@ -1,14 +0,0 @@
function readPackage(pkg) {
// Freeze webpack transient dependency
if (pkg.dependencies.webpack) {
pkg.dependencies.webpack = '5.65.0';
}
return pkg
}
module.exports = {
hooks: {
readPackage
}
}

41819
web-chat/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff