Skip to content

Commit

Permalink
Optimize the webpack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Jan 6, 2022
1 parent c824297 commit ad4eade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export = (env: any, argv: any) =>
},
stats: {
warnings: false
},
optimization: {
runtimeChunk: true
}
} as Configuration;
};

0 comments on commit ad4eade

Please sign in to comment.