Closed satoshigangopadhyay closed 3 years ago
Rollup "let outFile = options?.file;" syntax error.
npm start run and npm build fail with the following error message:
npm start run
npm build
\node_modules\rollup-plugin-zip\dist\index.cjs.js:44 [!] SyntaxError: Unexpected token '.' let outFile = options?.file;
Use npm run start or npm build after using npx create-react-crx to create a project and cd-ing to it.
npm run start
npm build after
npx create-react-crx
cd
Successful build process.
Failure in the build process.
create-react-crx breaks with @yaowang908 fork as well.
create-react-crx
Opened a PR to fix this issue. Hope everyone has a great day.
Google search terms
Rollup "let outFile = options?.file;" syntax error.
Describe the bug
npm start run
andnpm build
fail with the following error message:How do we reproduce?
Use
npm run start
ornpm build after
usingnpx create-react-crx
to create a project andcd
-ing to it.Expected behavior
Successful build process.
Actual behavior
Failure in the build process.
Screenshots
Please complete the following information:
Additional context
create-react-crx
breaks with @yaowang908 fork as well.