aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-10 11:11:49 +0100
committerRoger Braun <roger@rogerbraun.net>2017-03-10 11:11:49 +0100
commitdaa70909ab707b2dac8a42bc15650165e774b565 (patch)
tree2a8ae0f436cefaf049238d0b7c3e02a5903e5e54 /build
parent7aa1f02e388796942d3f711796497e76b9fcdaac (diff)
Fix localforage warning.
Diffstat (limited to 'build')
-rw-r--r--build/webpack.base.conf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js
index 68e75972..7bba3a10 100644
--- 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$/,