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
If you use the admin hooks pages option described here and you attempt to import a module that does not exist inside the hook, the build process will fail silently.
To Reproduce
Steps to reproduce the behaviour.
Create a new blank Keystone project as described in Getting Started
Add the cookieSecret to the config so you can build.
Bug report
Describe the bug
If you use the admin hooks pages option described here and you attempt to import a module that does not exist inside the hook, the build process will fail silently.
To Reproduce
Steps to reproduce the behaviour.
cookieSecret
to the config so you can build.yarn build
./dist
./dist
folder does not existExpected behaviour
At minimum the build tool should report an error that the build failed.
System information
OS: Mac or Linux
NPM: 7.5.1
Node: v15.8.0
Yarn: 1.22.10
Additional Info
Possibly related to keystonejs/keystone#4339
The text was updated successfully, but these errors were encountered: