Rupert Klopper
Rupert Klopper
what @rzemk said ^ would be really nice to get this in or https://github.com/webpack-contrib/mini-css-extract-plugin/pull/488
This would be really useful for our project, is there anything I can help with to move this along ? Or can someone please advise what is needed to merge...
using the latest next.js version 13.1 you can now solve this with editing the next.config.js in the following way: ```javascript module.exports = { transpilePackages: ['lightweight-charts'] } ``` more info here...
could you give me an example of how you did it java99 ? javascript/html/css noob here