-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction link or steps
I'm testing rolldown in https://github.com/oxc-project/monitor-oxc
pnpm install
pnpm run rolldown
What is expected?
No error
What is actually happening?
ERROR Rolldown internal error: "/Users/boshen/oxc/monitor-oxc/node_modules/.pnpm/es5-ext@0.10.64/node_modules/es5-ext/string/#/contains/index.js" is not specified module type, rolldown can't handle this asset correctly. Please use the load/transform hook to transform the resource
The file:
"use strict";
module.exports = require("./is-implemented")() ? String.prototype.contains : require("./shim");Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackPriority
None yet