Skip to content

Commit 50ded1e

Browse files
author
Ives van Hoorne
committed
Clarify setting
1 parent ad6b293 commit 50ded1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/containers/Preferences/Experiments/Preferences.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ const Preferences = ({ preferences, preferencesActions }: Props) => {
3939
type="boolean"
4040
{...bindValue('newPackagerExperiment')}
4141
/>
42-
<Description>Use the new, faster dependency bundler.</Description>
42+
<Description>
43+
Use the new, faster, client side dependency bundler. Reload the
44+
browser for changes to take effect.
45+
</Description>
4346
</PreferenceContainer>
4447
</Container>
4548
);

0 commit comments

Comments
 (0)