12 Matching Annotations
  1. Nov 2022
  2. Aug 2021
  3. developer.mozilla.org developer.mozilla.org
  4. May 2021
  5. Oct 2020
  6. 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.