-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: convert source to CommonJs and publish source directly
Allow us to work on the code as it's going to run instead of the hybrid ConnonJS-ESM format that cannot run anywhere natively. `babel-plugin-add-module-exports` always overwrote module.exports, so the module.exports.default that Babel created was not visible to consumers. I've tested importing the code from CommonJS and native ESM.
- Loading branch information
1 parent
d491fba
commit b55adcb
Showing
17 changed files
with
67 additions
and
1,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules | ||
test/fixtures/*.actual.css | ||
dist | ||
src/parser.js | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.