Skip to content

Commit b69a0ed

Browse files
author
arthosofteq
authored
Merge pull request #1140 from RedisInsight/bugfix/RI-3513-fix_electron_build
for sure fixed now! :)
2 parents 055b766 + 18f31eb commit b69a0ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/webpack.config.base.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ export default {
5050
checkResource(resource) {
5151
const lazyImports = [
5252
'@nestjs/microservices',
53-
'@nestjs/serve-static',
5453
// '@nestjs/platform-express',
5554
// 'pnpapi',
5655
'cache-manager',
5756
// 'class-validator',
58-
'fastify-static',
57+
'@fastify/static',
5958
'fastify-swagger',
6059
// 'hiredis',
6160
// 'reflect-metadata',

0 commit comments

Comments
 (0)