Skip to content

Commit 58f001c

Browse files
authored
fix(generate-rolup-configuration): transpile inlined Vis dependencies in standalone/peer builds (#1046)
1 parent f76b85b commit 58f001c

File tree

1 file changed

+1
-1
lines changed
  • src/module/generate-rollup-configuration

1 file changed

+1
-1
lines changed

src/module/generate-rollup-configuration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const generateRollupPluginArray = (
400400
babelrc: false,
401401
configFile: false,
402402
exclude: BABEL_IGNORE_RE,
403-
extensions: [".js", ".ts"],
403+
extensions: [".js", ".ts", ".mjs", ".cjs"],
404404
presets: [["vis-dev-utils/babel-preset", { ts: true }]],
405405
}),
406406
]

0 commit comments

Comments
 (0)