Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Feb 5, 2024
1 parent 931a15e commit 4ec13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { displayIntro } from './utils/log';
// import { babel } from './babel';
import type { CompilerOptions } from './types';

const DEFAULT_INCLUDE = '**/*.{jsx,tsx,ts,js,mjs,cjs}';
const DEFAULT_INCLUDE = '**/*.{jsx,tsx}';
const DEFAULT_EXCLUDE = 'node_modules/**/*.{jsx,tsx,ts,js,mjs,cjs}';

interface CompilerOutput {
Expand Down

0 comments on commit 4ec13bd

Please sign in to comment.