@remotion/bundler 4.0.37 → 4.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,9 +55,6 @@ function truthy(value) {
55
55
  const webpackConfig = ({ entry, userDefinedComponent, outDir, environment, webpackOverride = (f) => f, onProgress, enableCaching = true, maxTimelineTracks, entryPoints, remotionRoot, keyboardShortcutsEnabled, poll, }) => {
56
56
  let lastProgress = 0;
57
57
  const isBun = typeof Bun !== 'undefined';
58
- if (isBun) {
59
- console.warn('Unsupported feature in Bun: lazyComponent is not supported');
60
- }
61
58
  const conf = webpackOverride({
62
59
  optimization: {
63
60
  minimize: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "4.0.37",
3
+ "version": "4.0.38",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "react-refresh": "0.9.0",
23
23
  "style-loader": "2.0.0",
24
24
  "webpack": "5.83.1",
25
- "remotion": "4.0.37"
25
+ "remotion": "4.0.38"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",