18 Matching Annotations
  1. Feb 2023
  2. Nov 2022
  3. Apr 2022
  4. Feb 2022
  5. Aug 2021
  6. developer.mozilla.org developer.mozilla.org
  7. Jun 2021
  8. May 2021
  9. Dec 2020
  10. Oct 2020
  11. Sep 2020
    1. using modulesOnly behaves exactly as expected when it warns you that the listed npm libraries do not use the ES6 format and are in fact ignored. This option is meant as a way to determine if you still have commonjs libraries in your dependencies that require special treatment via rollup-plugin-commonjs. Your code will probably not work since the listed dependencies will be missing. You should remove modulesOnly and instead add rollup-plugin-commonjs.