diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-03-10 11:11:49 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-03-10 11:11:49 +0100 |
| commit | daa70909ab707b2dac8a42bc15650165e774b565 (patch) | |
| tree | 2a8ae0f436cefaf049238d0b7c3e02a5903e5e54 | |
| parent | 7aa1f02e388796942d3f711796497e76b9fcdaac (diff) | |
Fix localforage warning.
| -rw-r--r-- | build/webpack.base.conf.js | 1 |
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$/, |
