-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
When I try to use it via webpack + Polymer 3 + typescript it throws the error:
index.ts:53 ReferenceError: hljs is not defined
at Object../node_modules/@kuscamara/code-sample/vendor/highlight/highlight.pack.js (highlight.pack.js:formatted:1)
at __webpack_require__ (bootstrap:767)
at fn (bootstrap:130)
at Module../node_modules/@kuscamara/code-sample/code-sample.js (highlight.pack.js:formatted:1)
at __webpack_require__ (bootstrap:767)
at fn (bootstrap:130)
at Module../src/components/index-page/index.ts (indexPage.684e59f8986e2130e02b.chunk.js:76)
at __webpack_require__ (bootstrap:767)
at fn (bootstrap:130)
Code:
import '@kuscamara/code-sample/code-sample.js'