Skip to content

Commit

Permalink
fix: disable automatic use of esm syntax in alloy components
Browse files Browse the repository at this point in the history
janvennemann committed Nov 26, 2023
1 parent 8a0b744 commit 2abf8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node/plugins/alloy/context.ts
Original file line number Diff line number Diff line change
@@ -84,7 +84,8 @@ export class AlloyContext {
};

return createCompiler({
webpack: true,
// FIXME: Make this configurable per project
webpack: false,
compileConfig: {
projectDir: this.projectDir,
alloyConfig

0 comments on commit 2abf8ca

Please sign in to comment.