logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: daa70909ab707b2dac8a42bc15650165e774b565
parent: 7aa1f02e388796942d3f711796497e76b9fcdaac
Author: Roger Braun <roger@rogerbraun.net>
Date:   Fri, 10 Mar 2017 11:11:49 +0100

Fix localforage warning.

Diffstat:

Mbuild/webpack.base.conf.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js @@ -33,6 +33,7 @@ module.exports = { fallback: [path.join(__dirname, '../node_modules')] }, module: { + noParse: /node_modules\/localforage\/dist\/localforage.js/, preLoaders: [ { test: /\.vue$/,