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 5fed8f5 commit b2b51c4Copy full SHA for b2b51c4
index.js
@@ -2,10 +2,12 @@
2
// #POSTHTML - EXPRESS
3
// ------------------------------------
4
5
+'use strict'
6
+
7
const fs = require('fs')
8
const posthtml = require('posthtml')
9
-module.exports = function (path, options, cb) {
10
+exports = module.exports = function (path, options, cb) {
11
options.extend = options.extend || false
12
13
let plugins
0 commit comments