Skip to content

Commit

Permalink
chore: add umi.css for okam bundler (#11496)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Aug 9, 2023
1 parent a518956 commit dc8d296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function createRouteMiddleware(opts: { api: IApi }) {
async function getStats() {
if (!compiler && process.env.OKAM) {
return {
compilation: { assets: { 'umi.js': 'umi.js' } },
compilation: { assets: { 'umi.js': 'umi.js', 'umi.css': 'umi.css' } },
hasErrors: () => false,
};
}
Expand Down

0 comments on commit dc8d296

Please sign in to comment.