Closed Ponjimon closed 2 years ago
Expected Behavior It works
Actual Behavior It throws an error:
✘ [ERROR] No loader is configured for ".rs" files: src/lib.rs ✘ [ERROR] Build failed with 1 error: error: No loader is configured for ".rs" files: src/lib.rs
Steps to Reproduce
npm init cloudflare project_name worker-rust
cd project_name
npm run build
build
npm run dev
Expected Behavior It works
Actual Behavior It throws an error:
Steps to Reproduce
npm init cloudflare project_name worker-rust
andcd project_name
npm run build
and notice that there is nobuild
script contrary to what the documentation states)npm run dev
and it will throw the above error