Skip to content

Commit 31292af

Browse files
committed
😅
1 parent 34f483e commit 31292af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/accurapp-scripts/scripts/_utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function listLine(text, color = i => i) {
6262
return indent(text, ' ', color('\n • '))
6363
}
6464

65-
export function readWebpackConfig() {
65+
function readWebpackConfig() {
6666
const cwd = process.cwd()
6767
return require(path.join(cwd, 'webpack.config.js'))
6868
}

0 commit comments

Comments
 (0)