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
System: OS: macOS 12.7.4 CPU: (10) arm64 Apple M1 Max Memory: 113.67 MB / 32.00 GB Shell: 3.2.57 - /bin/bash Browsers: Brave Browser: 128.1.69.168 Chrome: 128.0.6613.138 Edge: 128.0.2739.79 Safari: 15.6.1 npmPackages: @modern-js/app-tools: 2.60.0 => 2.60.0 @modern-js/plugin-bff: 2.60.0 => 2.60.0 @modern-js/plugin-express: 2.60.0 => 2.60.0 @modern-js/runtime: 2.60.0 => 2.60.0 @modern-js/tsconfig: 2.60.0 => 2.60.0
When @modern-js/plugin-bff and tsconfig.json have moduleResolution configured to Bundler in compilerOptions tsconfig.json It throws an error
@modern-js/plugin-bff
tsconfig.json
moduleResolution
Bundler
compilerOptions
TypeError: Unknown file extension ".ts" for .../api/lambda/hello.ts
https://github.com/adam187/modern-js-bff-example
execute yarn dev
yarn dev
The text was updated successfully, but these errors were encountered:
yimingjfe
No branches or pull requests
Version
Details
When
@modern-js/plugin-bff
andtsconfig.json
havemoduleResolution
configured toBundler
incompilerOptions
tsconfig.json
It throws an errorReproduce link
https://github.com/adam187/modern-js-bff-example
Reproduce Steps
execute
yarn dev
The text was updated successfully, but these errors were encountered: