Fix localforage warning.

environments/dev/deployments/1
Roger Braun 8 years ago
parent 7aa1f02e38
commit daa70909ab

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

Loading…
Cancel
Save