Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Oct 31, 2022
  3. Aug 11, 2022
  4. Feb 02, 2022
  5. May 12, 2021
  6. Apr 28, 2021
  7. Apr 14, 2021
  8. Feb 15, 2021
  9. Jan 26, 2021
  10. Nov 17, 2020
  11. Oct 15, 2020
  12. Jul 20, 2020
    • Reiter, Christoph's avatar
      Use the rollup resolve plugin for finding package asssets · 68a87639
      Reiter, Christoph authored
      Instead of hardcoding the paths of the node_modules directory we use the node-resolve
      plugin of rollup to find the root of the corresponding JS package and calcucate a path from
      there.
      
      Resolving a package requires calling an async function, so we have to use await in the rollup config.
      Luckily rollup supports configs wrapped in a promise, so we just have to wrap it in a function which returns
      a promise.
      68a87639
  13. Jul 14, 2020
  14. Jul 07, 2020
  15. Jul 02, 2020
  16. Jul 01, 2020
Loading