We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it builds properly
it fails with this warning
./cypress/integration/bugtest/example.spec.ts Module build failed (from ./node_modules/ts-loader/index.js): /some_path/node_modules/ts-loader/node_modules/micromatch/index.js:44 let isMatch = picomatch(String(patterns[i]), { ...options, onResult }, true); ^^^ SyntaxError: Unexpected token ...
npm run cypress:open
If your ts-loader version is > 5.4.5 it will break. I confirmed switching to 5.4.5 it does not break
It appears to be caused by: https://github.com/TypeStrong/ts-loader/pull/928/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R57
and I see similar issues on other projects that may be realted: micromatch/micromatch#159 or BrowserSync/browser-sync#1682
The text was updated successfully, but these errors were encountered:
see #929
Sorry, something went wrong.
Closing as duplicate of #929. Thanks @B3zo0 👍
No branches or pull requests
Expected Behaviour
it builds properly
Actual Behaviour
it fails with this warning
Steps to Reproduce the Problem
npm run cypress:open
If your ts-loader version is > 5.4.5 it will break. I confirmed switching to 5.4.5 it does not break
It appears to be caused by: https://github.com/TypeStrong/ts-loader/pull/928/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R57
and I see similar issues on other projects that may be realted: micromatch/micromatch#159 or BrowserSync/browser-sync#1682
The text was updated successfully, but these errors were encountered: