We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f483e commit 31292afCopy full SHA for 31292af
packages/accurapp-scripts/scripts/_utils.js
@@ -62,7 +62,7 @@ function listLine(text, color = i => i) {
62
return indent(text, ' ', color('\n • '))
63
}
64
65
-export function readWebpackConfig() {
+function readWebpackConfig() {
66
const cwd = process.cwd()
67
return require(path.join(cwd, 'webpack.config.js'))
68
0 commit comments