You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
🐵 Sagui Setting NODE_ENV=development
🐵 Sagui Build failed.
(undefined) Loader /path/to/project/node_modules/sagui/node_modules/eslint/lib/api.js didn't return a function
error Command failed with exit code 1.
This is due to a bug in the webpack loader only using "eslint" instead of "eslint-loader". To patch this locally in my project I added the following to my sagui.config.js:
When I try to run
yarn build
I get the following:This is due to a bug in the webpack loader only using "eslint" instead of "eslint-loader". To patch this locally in my project I added the following to my
sagui.config.js
:More info on bug here, as well as other sources findable through Google.
The text was updated successfully, but these errors were encountered: