mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 09:25:47 +03:00
disable webpack perf warnings for tests
This commit is contained in:
parent
84f3aee681
commit
779a3a2db2
|
@ -7,6 +7,7 @@ const VERSION = JSON.stringify(require('../package.json').version);
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
devtool: 'inline-source-map',
|
devtool: 'inline-source-map',
|
||||||
|
performance: { hints: false },
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.ts', '.js', '.json', '.css'],
|
extensions: ['.ts', '.js', '.json', '.css'],
|
||||||
alias: {
|
alias: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user