.mjs
, this combination works for both.
module
should have pointed to main.js
that only exports the public function, the other exports in plugin.js
are meant for testing IIRC
mjs
mandatory for modules with Webpack 4?
import { prefixPlugin } from "j2c-plugin-prefix-browser/dist/j2c-plugin-prefix-browser.commonjs”;