Grant Kiely

Results 3 issues of Grant Kiely

It would be great for users coming from typescript to be able to write the following: ```ts type ObjectType = { key?: string } const test: ObjectType = {}; ```...

enhancement
question

Error: `Module not found: Error: Can't resolve 'path'` Directory: `./trivia-game-react` Commands run: `yarn setup && yarn start` Node version tested: `16.14.0` Yarn version: `1.22.18` Full error message: ``` ERROR in...

Found the repo here: https://stackoverflow.com/questions/28572380/conditional-build-based-on-environment-using-webpack Didn't realize options was where variables were defined, thought it automatically picked it up from definePlugin. Thanks!