We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91166c1 commit efe15d7Copy full SHA for efe15d7
src/index.js
@@ -1,7 +1,7 @@
1
import fs from 'fs';
2
import path from 'path';
3
import {format} from 'util';
4
-import parseToPostHtml from 'posthtml-parser';
+import { parser as parseToPostHtml } from 'posthtml-parser';
5
import expressions from 'posthtml-expressions';
6
import {match} from 'posthtml/lib/api';
7
import merge from 'deepmerge';
0 commit comments