Skip to content

Commit

Permalink
fix: Inline 'regexp-to-ast' dependency (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Sep 20, 2023
1 parent 6469af6 commit d7e051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const inline: string[] = [
'chevrotain',
'@chevrotain/cst-dts-gen',
'@chevrotain/gast',
'@chevrotain/regexp-to-ast',
'@chevrotain/types',
'@chevrotain/utils',
'lodash-es',
'regexp-to-ast',
]

export default defineConfig({
Expand Down

0 comments on commit d7e051d

Please sign in to comment.