-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
I'm trying to use this dependency in an application bundled with Rollup, and this line is causing trouble for the CommonJS plugin:
highlightjs-solidity/solidity.js
Line 11 in a23372f
var module = module ? module : {}; // shim for browser use |
When I remove this everything works correctly. I think this line causes the plugin to not be able to detect the module exports.
@haltman-at Any idea why this line is here?
Metadata
Metadata
Assignees
Labels
No labels