Add support for indexeddb sync in webworker
This commit is contained in:
parent
579e70e967
commit
f187a359e6
4 changed files with 44 additions and 2 deletions
|
@ -6,6 +6,7 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
|
|||
module.exports = {
|
||||
entry: {
|
||||
"bundle": "./src/vector/index.js",
|
||||
"indexeddb-worker": "./src/vector/indexedbd-worker.js",
|
||||
|
||||
// We ship olm.js as a separate lump of javascript. This makes it get
|
||||
// loaded via a separate <script/> tag in index.html (which loads it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue