Skip to content

Commit

Permalink
feat: enable javascriptEnabled for less
Browse files Browse the repository at this point in the history
to make antd happy
  • Loading branch information
ccloli committed Nov 28, 2023
1 parent 92bb06f commit 4505e3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface LessLibrary {
// @ts-ignore
self.less = {
env: 'development',
javascriptEnabled: true,
};

// Stub window for less....
Expand Down

0 comments on commit 4505e3d

Please sign in to comment.