Open makhnatkin opened 3 months ago
We discussed some times about forking css package, inline it in transform and remove sourcemap helpers. https://github.com/reworkcss/css/blob/master/lib/stringify/source-map-support.js
What do you think about this solution?
@3y3 we talked it over and decided it's not the best idea, so we suggested making a issue in https://github.com/reworkcss
What do you think about this solution? 😄
In order for the transform to function properly at runtime, you will need to add some configurations to the webpack resolve fallback.
For example, if you are using CRA, you can do the following:
I would like the installation process of the transform to be as straightforward as possible, without requiring any additional configuration steps for the webpack.