Skip to content

Commit 0a4aabb

Browse files
chore: updated syntax highlighting
1 parent 6333ede commit 0a4aabb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/utils/data/concepts.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ textDescription:`
337337
\`\`\`
338338
// .babelrc
339339
{
340+
...
340341
"plugins": ["@loadable/babel-plugin"]
341342
}
342343
\`\`\`
@@ -346,9 +347,9 @@ textDescription:`
346347
const LoadablePlugin = require('@loadable/webpack-plugin');
347348
348349
module.exports = {
349-
// ...
350-
plugins: [new LoadablePlugin()],
351-
}
350+
...
351+
plugins: [new LoadablePlugin()]
352+
};
352353
\`\`\`
353354
354355
#### References:
@@ -432,6 +433,7 @@ textDescription:`
432433
\`\`\`
433434
// .babelrc
434435
{
436+
...
435437
"plugins": ["@loadable/babel-plugin"]
436438
}
437439
\`\`\`
@@ -441,9 +443,9 @@ textDescription:`
441443
const LoadablePlugin = require('@loadable/webpack-plugin');
442444
443445
module.exports = {
444-
// ...
445-
plugins: [new LoadablePlugin()],
446-
}
446+
...
447+
plugins: [new LoadablePlugin()]
448+
};
447449
\`\`\`
448450
449451
#### References:

0 commit comments

Comments
 (0)