Commit Graph

6 Commits

Author SHA1 Message Date
JC Brand 5c3acc8a4d Rename package `module` files to `index.js`
Makes it easier to import, you don't have to specify the file name, just
the package name.
2023-03-03 17:28:26 +01:00
JC Brand 3530ccc35d Add initial TypeScript support and declaration files 2023-02-23 09:38:11 +01:00
JC Brand dc66c3a101 Make sure `converse.initialize` still returns a Promise 2021-11-30 16:11:52 +01:00
JC Brand dd609c1cec Get the webpack dev server to work again
This required triggering the `converse-loaded` event in the entry.js
file, which means it won't be triggered for `@converse/headless` when
used in isolation.

Not ideal, but probably ok because consumers of `@converse/headless`
should probably import it into their own project in any case.
2021-05-06 12:07:44 +02:00
JC Brand 11e219dd41 Update copyright 2020-01-30 17:36:55 +01:00
JC Brand b70fde159d Fixes #1738. Allow webpack's `publicPath` to be specified at runtime 2019-10-06 21:52:37 +02:00