Skip to content

Commit

Permalink
fix: use es modules for controller code
Browse files Browse the repository at this point in the history
  • Loading branch information
janvennemann committed Nov 21, 2023
1 parent 20d4520 commit f982f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/plugins/alloy/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class AlloyContext {
};

return createCompiler({
webpack: true,
compileConfig: {
projectDir: this.projectDir,
alloyConfig
Expand Down

0 comments on commit f982f27

Please sign in to comment.