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 a0c6813 commit 52dbc6cCopy full SHA for 52dbc6c
index.js
@@ -98,7 +98,7 @@ function createPluginOptions(api, projectOptions) {
98
if (existsSync(oldConfigPath)) {
99
Object.assign(options, JSON.parse(readFileSync(oldConfigPath).toString("utf-8")));
100
}
101
- } catch {
+ } catch (err) {
102
103
options = JSON.parse(readFileSync(oldConfigPath).toString("utf-8"));
104
0 commit comments