Skip to content

Commit

Permalink
fix: onCompileLess undefined (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Jan 11, 2024
1 parent 0971e68 commit fdcdb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler-okam/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ exports.dev = async function (opts) {
root: cwd,
config: okamConfig,
hooks: {
onCompileLess: onCompileLess.bind(null, {
load: lessLoader(null, {
cwd,
config: opts.config,
alias: okamConfig.resolve.alias,
Expand Down

0 comments on commit fdcdb1f

Please sign in to comment.