Hi, first off I'm not a developer but an enthusiast. I am using create-cep-extension to build an extension for After effects that will help me speed up some daily routines I do with videos.
I have built the app and it works perfectly with "npm start", I've tested it with After effects 2021 and 2022 and everything is working fine. The problem occurs when I try to build the extension. It gives the below error:
Failed to minify the code from this file:
./node_modules/react-router-dom/index.js:74
I am using react-router-dom 6 in this particular case so don't know if that may be the issue. Should I revert back to an earlier version of react-router-dom?
Thank you in advance.
Hi, first off I'm not a developer but an enthusiast. I am using create-cep-extension to build an extension for After effects that will help me speed up some daily routines I do with videos.
I have built the app and it works perfectly with "npm start", I've tested it with After effects 2021 and 2022 and everything is working fine. The problem occurs when I try to build the extension. It gives the below error:
Failed to minify the code from this file:
I am using react-router-dom 6 in this particular case so don't know if that may be the issue. Should I revert back to an earlier version of react-router-dom?
Thank you in advance.