File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments