-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
"devlop" works. |
This comment has been minimized.
This comment has been minimized.
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, |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: