move web chat example to npm
This commit is contained in:
parent
7e02520111
commit
681ae6933a
|
@ -1,4 +1,3 @@
|
|||
dist
|
||||
node_modules
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
13131
web-chat/pnpm-lock.yaml
13131
web-chat/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue