Update PouchDB
This commit is contained in:
parent
081163f5a3
commit
5f640981ae
@ -19,12 +19,13 @@
|
|||||||
"extract-text-webpack-plugin": "^3.0.2",
|
"extract-text-webpack-plugin": "^3.0.2",
|
||||||
"frptools": "3.0.1",
|
"frptools": "3.0.1",
|
||||||
"pica": "~2.0.8",
|
"pica": "~2.0.8",
|
||||||
"pouchdb-adapter-http": "~6.3.4",
|
"pouchdb-adapter-http": "~6.4.1",
|
||||||
"pouchdb-adapter-idb": "~6.3.4",
|
"pouchdb-adapter-idb": "~6.4.1",
|
||||||
"pouchdb-adapter-websql": "~6.3.4",
|
"pouchdb-adapter-websql": "~6.4.1",
|
||||||
"pouchdb-binary-utils": "~6.3.4",
|
"pouchdb-binary-utils": "~6.4.1",
|
||||||
"pouchdb-core": "~6.3.4",
|
"pouchdb-core": "~6.4.1",
|
||||||
"pouchdb-replication": "~6.3.4",
|
"pouchdb-find": "~6.4.1",
|
||||||
|
"pouchdb-replication": "~6.4.1",
|
||||||
"router": "2.0.0",
|
"router": "2.0.0",
|
||||||
"semantic-ui-reset": "^2.2.12",
|
"semantic-ui-reset": "^2.2.12",
|
||||||
"semantic-ui-site": "^2.2.12",
|
"semantic-ui-site": "^2.2.12",
|
||||||
|
|||||||
@ -31,7 +31,6 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.optimize.CommonsChunkPlugin({}),
|
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
__DEV__: true
|
__DEV__: true
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user