Skip to content

Commit ec18ed6

Browse files
committed
fix: we need to import the cjs from handlebars directly
1 parent b63681a commit ec18ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/panels-viewer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
/* eslint-disable no-param-reassign, no-unused-vars */
55

6-
import Handlebars from 'handlebars';
6+
import Handlebars from 'handlebars/dist/handlebars';
77
import pretty from 'pretty';
88
import { html, render } from 'lit-html';
99
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';

0 commit comments

Comments
 (0)