Fix localforage warning.

This commit is contained in:
Roger Braun 2017-03-10 11:11:49 +01:00
parent 7aa1f02e38
commit daa70909ab
1 changed files with 1 additions and 0 deletions

View File

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