Skip to content

Commit 5ec0c1f

Browse files
authored
README: Use JS syntax highlighting for config snippet
1 parent 5adb01c commit 5ec0c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This provides debug macros and feature flagging.
66

77
The plugin takes 5 types options: `envFlags`, `features`, `debugTools`, `externalizeHelpers` and `svelte`. The `importSpecifier` is used as a hint to this plugin as to where macros are being imported and completely configurable by the host. Like Babel you can supply your own helpers using the `externalizeHelpers` options.
88

9-
```
9+
```js
1010
{
1111
plugins: [
1212
['babel-debug-macros', {

0 commit comments

Comments
 (0)