Add a module field to package.json to enable loading the module source #4

Closed
opened 2019-03-05 04:48:14 +01:00 by justinfagnani · 1 comment
justinfagnani commented 2019-03-05 04:48:14 +01:00 (Migrated from github.com)

Adding

"module": "src/style-mod.js",

Makes this work with most tools

Adding ```json "module": "src/style-mod.js", ``` Makes this work with most tools
marijnh commented 2019-03-05 08:13:11 +01:00 (Migrated from github.com)

I'm still hoping someone actually standardizes something in this space, but I guess until that happens adding a module field is harmless. Done in attached patch.

I'm still hoping someone actually standardizes something in this space, but I guess until that happens adding a `module` field is harmless. Done in attached patch.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marijn/style-mod#4
No description provided.