Skip to content

Commit

Permalink
fix: we need to import the cjs from handlebars directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Dec 29, 2022
1 parent b63681a commit df06ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
/* eslint-disable no-param-reassign, no-unused-vars */

import Handlebars from 'handlebars';
import Handlebars from 'handlebars/dist/cjs/handlebars';
import pretty from 'pretty';
import { html, render } from 'lit-html';
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
Expand Down

0 comments on commit df06ee1

Please sign in to comment.