Cache documents and collection

This commit is contained in:
Jori Lallo
2017-07-16 11:47:48 -07:00
parent 3b2ad193d5
commit 9b808efd7a
9 changed files with 207 additions and 15 deletions

View File

@ -37,6 +37,8 @@ module.exports = {
},
{ test: /\.md/, loader: 'raw-loader' },
],
// Silence warning https://github.com/localForage/localForage/issues/599
noParse: [new RegExp('node_modules/localforage/dist/localforage.js')],
},
resolve: {
root: path.join(__dirname, 'frontend'),