forked from AkkomaGang/akkoma-fe
Fix localforage warning.
This commit is contained in:
parent
7aa1f02e38
commit
daa70909ab
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module.exports = {
|
|||
fallback: [path.join(__dirname, '../node_modules')]
|
||||
},
|
||||
module: {
|
||||
noParse: /node_modules\/localforage\/dist\/localforage.js/,
|
||||
preLoaders: [
|
||||
{
|
||||
test: /\.vue$/,
|
||||
|
|
Loading…
Reference in a new issue