Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use create-react-app create new project compiled with errors may be webpack5 incompatible #44

Closed
uvd opened this issue May 3, 2022 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@uvd
Copy link
Contributor

uvd commented May 3, 2022

ERROR in ./node_modules/read-bigint/dist.module/index.js 1:0
Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (1:0)
File was processed with these loaders:

  • ./node_modules/babel-loader/lib/index.js
  • ./node_modules/source-map-loader/dist/cjs.js
    You may need an additional loader to handle the result of these loaders.

export { readBigInt64BE } from "./read-bigint-64-be";
| export { readBigInt64LE } from "./read-bigint-64-le";
| export { readBigUInt64BE } from "./read-biguint-64-be";

@uvd uvd changed the title webpack 5 compiled with errors use create-react-app create new project compiled with errors may be webpack5 incompatible May 3, 2022
@jolestar jolestar added bug Something isn't working help wanted Extra attention is needed labels May 3, 2022
@wk3368
Copy link
Collaborator

wk3368 commented May 14, 2022

same with #48

@wk3368 wk3368 closed this as completed May 14, 2022
@uvd
Copy link
Contributor Author

uvd commented May 15, 2022

@wk3368 this is a bug read-bigint with webpack5 incompatible it's different #48

@wk3368
Copy link
Collaborator

wk3368 commented May 15, 2022

fixed in v2.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants