mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
fix test
This commit is contained in:
@@ -544,7 +544,7 @@ const resolve: webpack.Resolve = {
|
||||
|
||||
const performance: webpack.PerformanceOptions = {
|
||||
hints: 'error',
|
||||
maxEntryPointSize: 400000,
|
||||
maxEntrypointSize: 400000,
|
||||
maxAssetSize: 100000,
|
||||
assetFilter: function(assetFilename) {
|
||||
return assetFilename.endsWith('.js');
|
||||
|
||||
Reference in New Issue
Block a user