Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Conversation

@ThomasPritchard
Copy link

This PR updates the versions in the package.json of the chat resource, to keep them up to date. Some webpack updates have been added as well as some typescript config changes.

@flammensturm
Copy link

useless changes.

Copy link
Contributor

@blattersturm blattersturm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review - would it be problematic if I verified+adapted this myself if you don't have time?

mode: 'production',
entry: './html/main.ts',
output: {
filename: '[name].[contenthash:8].js',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having a content hash is a bit weird here... and wouldn't this break the fxmanifest.lua entry?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, sorry please feel free to continue this PR if you wish. I no longer work around FiveM related code :)

setTimeout(() => {
const input = this.$refs.input as HTMLInputElement;
delete input.style.height;
input.style.height = '';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm - does delete not work on a style el?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants