Skip to content

Commit

Permalink
fix(build): do not pull whole highlight.js and refractor libs (#7852)
Browse files Browse the repository at this point in the history
Refs #7851
  • Loading branch information
char0n committed Feb 19, 2022
1 parent 4c8f8e3 commit c73d718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/syntax-highlighting.js
@@ -1,5 +1,4 @@
import { Light as SyntaxHighlighter } from "react-syntax-highlighter"

import SyntaxHighlighter from "react-syntax-highlighter/dist/esm/light"
import js from "react-syntax-highlighter/dist/esm/languages/hljs/javascript"
import json from "react-syntax-highlighter/dist/esm/languages/hljs/json"
import xml from "react-syntax-highlighter/dist/esm/languages/hljs/xml"
Expand Down

0 comments on commit c73d718

Please sign in to comment.