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 eae0982 commit ac57251Copy full SHA for ac57251
build/scripts/webpackPlugins/handlebars-plugin/index.js
@@ -2,7 +2,7 @@ var handlebars = require("handlebars");
2
var glob = require("glob");
3
var fs = require("fs");
4
var path = require("path");
5
-var mkdirp = require("mkdirp");
+var { mkdirp } = require("mkdirp");
6
7
const PLUGIN_NAME = "handlebars-webpack-plugin";
8
package.json
@@ -82,6 +82,7 @@
82
"handlebars-layouts": "^3.1.4",
83
"html-webpack-plugin": "^5.6.0",
84
"mini-css-extract-plugin": "^2.9.0",
85
+ "mkdirp": "^3.0.1",
86
"path": "^0.12.7",
87
"string-template": "^1.0.0",
88
"terser-webpack-plugin": "^5.3.10",
0 commit comments