chore: make everything work without warnings again

This commit is contained in:
Johannes Millan 2020-07-06 00:27:54 +02:00
parent 4b91d8de8c
commit 5482581eb9
4 changed files with 37 additions and 38 deletions

View file

@ -25,6 +25,27 @@
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
"allowedCommonJsDependencies": [
"shortid",
"dragula",
"crossvent",
"contra/emitter",
"file-saver",
"semver",
"debounce-fn",
"stack-generator",
"stacktrace-gps",
"error-stack-parser",
"stacktrace-js",
"helpful-decorators",
"pkce-challenge",
"moment-duration-format",
"axios",
"crypto",
"jira2md",
"query-string",
"chart.js"
],
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
@ -60,7 +81,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": true,
"evalSourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
@ -162,4 +182,4 @@
"style": "scss"
}
}
}
}