Update data model, documentation #4

Merged
raucao merged 4 commits from feature/2-update_data_model into master 2021-09-10 12:34:41 +00:00
4 changed files with 4 additions and 3 deletions
Showing only changes of commit e803a1e799 - Show all commits

3
dist/build.js vendored

File diff suppressed because one or more lines are too long

2
dist/build.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ const isProd = (process.env.NODE_ENV === 'production');
const path = require('path');
module.exports = {
entry: ['./index.js'],
entry: ['./src/chat-messages.js'],
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'build.js',