-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I keep getting that issue seems to be an issue with webpack and babel please help
C:\Users\DELL>reactive-video --duration-frames 90 MyVideo.js
Compiling Reactive Video Javascript
Starting server
Launching puppeteer, concurrency: 4
Stopping HTTP server
Error: Bundle failed: assets by status 34 KiB [cached] 1 asset
orphan modules 19.9 KiB [orphan] 11 modules
cacheable modules 32.4 KiB
modules by path ./AppData/Roaming/npm/node_modules/@reactive-video/builder/node_modules/ 8.54 KiB
./AppData/Roaming/npm/node_modules/@reactive-video/builder/node_modules/...(truncated) 190 bytes [built] [code generated]
./AppData/Roaming/npm/node_modules/@reactive-video/builder/node_modules/react/cj...(truncated) 6.3 KiB [built] [code generated]
./AppData/Roaming/npm/node_modules/@reactive-video/builder/node_modules/object-a...(truncated) 2.06 KiB [built] [code generated]
./AppData/Roaming/npm/node_modules/@reactive-video/builder/src/puppeteerEntry.js 3.97 KiB [built] [code generated] [1 error]
./MyVideo.js + 10 modules 19.8 KiB [built] [code generated]
ERROR in ./AppData/Roaming/npm/node_modules/@reactive-video/builder/src/puppeteerEntry.js 73:4
Module parse failed: Unexpected token (73:4)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| //
| return (
<div id={getId(currentFrame)} style={frameCanvasStyle}>
| <VideoContextProvider
| currentFrame={currentFrame}