Skip to content

Commit

Permalink
Merge pull request #44 from aha-app/ADT-566-add-lodash-external-libra…
Browse files Browse the repository at this point in the history
…ries

ADT-566: Add lodash to the external libraries
  • Loading branch information
percyhanna authored Mar 28, 2024
2 parents 8000707 + 1011be0 commit 8a89963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/extension-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { httpPlugin } from './esbuild-http';
import { SimpleCache } from './simple-cache';

const REACT_JSX = 'React.createElement';
const EXTERNALS = ['react', 'react-dom'];
const EXTERNALS = ['react', 'react-dom', 'lodash'];

export function readConfiguration() {
try {
Expand Down

0 comments on commit 8a89963

Please sign in to comment.