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

Package 'devop' #29

Closed
4 tasks done
GABuryan opened this issue Nov 9, 2023 · 6 comments
Closed
4 tasks done

Package 'devop' #29

GABuryan opened this issue Nov 9, 2023 · 6 comments
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on

Comments

@GABuryan
Copy link

GABuryan commented Nov 9, 2023

Initial checklist

Problem

Hello, lovely library. But is it possible to design a devop package so that it is understood by all collectors, i.e. with index.js, as in the other packages.

We have to stay on version 6.1.1, where it is not used.

Solution

Arrange it in a standard way

Alternatives

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Nov 9, 2023
@wooorm
Copy link
Member

wooorm commented Nov 9, 2023

"devlop" works.
This project works.
Your tools don't work.
Configure your broken tools.
Ask a question with information if you don't know your tools.

@wooorm wooorm added 🙋 no/question This does not need any changes and removed 🤞 phase/open Post is being triaged manually labels Nov 9, 2023

This comment has been minimized.

Copy link

github-actions bot commented Nov 9, 2023

Hi! Thanks for reaching out! Because we treat issues as our backlog, we close issues that are questions since they don’t represent a task to be completed.

See our support docs for how and where to ask questions.

Thanks,
— bb

@github-actions github-actions bot added the 👎 phase/no Post cannot or will not be acted on label Nov 9, 2023
@github-actions github-actions bot closed this as completed Nov 9, 2023
@GABuryan
Copy link
Author

GABuryan commented Nov 9, 2023

Thank's for answer. My tools (webpack) by default search index.js with export objects. In devlop only default.js. Ok, I will think about how to configure it. The difficulty is that webpack is inside the CRA.

@remcohaszing
Copy link
Member

IIRC CRA uses the outdated Webpack 4. Webpack 5 supports this just fine. I strongly recommend migrating away from CRA.

You could switch from CRA to Webpack 5. This seems like a logical choice, but it requires some additional configuration for example to support JSX.

Personally I recommend switching to Vite. It’s generally faster, simpler, and you might not even need any configuration at all.

@GABuryan
Copy link
Author

GABuryan commented Nov 9, 2023

IIRC CRA uses the outdated Webpack 4. Webpack 5 supports this just fine. I strongly recommend migrating away from CRA.

You could switch from CRA to Webpack 5. This seems like a logical choice, but it requires some additional configuration for example to support JSX.

Personally I recommend switching to Vite. It’s generally faster, simpler, and you might not even need any configuration at all.

Thank`s for recomendation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

3 participants