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 26073a5 commit 2c83787Copy full SHA for 2c83787
src/index.js
@@ -71,7 +71,7 @@ const debug = createDebug(process.env.REPLACE_PKG_NAME)
71
* @param {WebpackConfigJaidOptions} [options] Given options
72
* @returns {object} Webpack configuration object
73
*/
74
-const configure = options => {
+const configure = (options = {}) => {
75
let pkg
76
try {
77
pkg = readPackageSync({
0 commit comments