Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEAD-13: add bundler + ts support #6

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
Open

DEAD-13: add bundler + ts support #6

wants to merge 25 commits into from

Conversation

darleet
Copy link
Collaborator

@darleet darleet commented Oct 7, 2024

No description provided.

@darleet darleet changed the title DEAD-13: add bundler + ts DEAD-13: add bundler + ts support Oct 7, 2024
@darleet darleet marked this pull request as ready for review October 10, 2024 20:49
module: {
rules: [
{
test: /\.tsx?$/,
Copy link
Collaborator

Choose a reason for hiding this comment

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

tsx нужен для реакта, так как у нас хендлбарс, то надо убрать

Comment on lines +28 to +35
plugins: [
[
'postcss-preset-env',
{
// Options
},
],
],
Copy link
Collaborator

Choose a reason for hiding this comment

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

если никакие options не прокидываешь, давай уберем. можно оставить просто 'postcss-loader'

],
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
Copy link
Collaborator

Choose a reason for hiding this comment

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

tsx лишнее

Copy link
Collaborator

Choose a reason for hiding this comment

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

css и scss/sass забыл

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants