rehypejs / rehype-raw

plugin to parse the tree again
https://unifiedjs.com
MIT License
142 stars 9 forks source link

Package 'devop' #29

Closed GABuryan closed 1 year ago

GABuryan commented 1 year ago

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

-

wooorm commented 1 year ago

"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.

github-actions[bot] commented 1 year ago

Hi team! I don’t know what’s up as there’s no phase label. Please add one so I know where it’s at.

Thanks, — bb

github-actions[bot] commented 1 year ago

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

GABuryan commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.