Skip to content

Commit 42a0d8c

Browse files
committed
chore(components): add lg-chat dependency and re-export
1 parent 95a8bd5 commit 42a0d8c

File tree

5 files changed

+2415
-10
lines changed

5 files changed

+2415
-10
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const PRIMARY_BUTTON_INTERACTIVE_GREEN = '#00593F';

configs/webpack-config-compass/src/index.ts

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ const sharedResolveOptions = (
102102
'index.js'
103103
),
104104

105+
// TODO: document what's going on here
106+
'@leafygreen-ui/button/constants': path.resolve(
107+
__dirname,
108+
'..',
109+
'polyfills',
110+
'@leafygreen-ui',
111+
'button',
112+
'constants',
113+
'index.js'
114+
),
115+
105116
// This is an optional dependency of the AWS SDK that doesn't look like
106117
// an optional dependency to webpack because it's not wrapped in try/catch.
107118
'@aws-sdk/client-sso-oidc': false,
@@ -276,10 +287,10 @@ export function createElectronRendererConfig(
276287
writeToDisk: true,
277288
},
278289
client: {
279-
overlay:
280-
process.env.DISABLE_DEVSERVER_OVERLAY === 'true'
281-
? false
282-
: { warnings: false, errors: true, runtimeErrors: true },
290+
overlay: {
291+
errors: true,
292+
warnings: false,
293+
},
283294
},
284295
https: false,
285296
hot: opts.hot,

0 commit comments

Comments
 (0)