fix braindead typo
This commit is contained in:
parent
8757c8cae0
commit
41d6995da4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if (!og_image_url) og_image_url = 'https://riot.im/app/img/logos/riot-im-logo-1.
|
|||
module.exports = {
|
||||
entry: {
|
||||
"bundle": "./src/vector/index.js",
|
||||
"indexeddb-worker": "./src/vector/indexedbd-worker.js",
|
||||
"indexeddb-worker": "./src/vector/indexeddb-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…
Reference in a new issue