We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71e23f commit bc4ba15Copy full SHA for bc4ba15
rollup.config.mjs
@@ -6,6 +6,7 @@ export default [
6
{
7
input: 'src/index.js',
8
output: {
9
+ esModule: false,
10
file: 'matrix.js',
11
format: 'cjs',
12
exports: 'named',
0 commit comments