Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 248 Bytes

Reproduced typescript issue after build in AdonisJS V6 Follow these steps, you will see this issue

npm install
npm run build

Go to build/app/models, open user.js, and you will see the import { DateTime } from 'luxon' disappear.