Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
fix: exports raw value in cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jul 27, 2017
1 parent c5b205b commit fb94f98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cjs.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = require('./index').default;
const fileLoader = require('./index');

module.exports = fileLoader.default;
module.exports.raw = fileLoader.raw;

0 comments on commit fb94f98

Please sign in to comment.