Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ellis authored and Jack Ellis committed May 18, 2017
1 parent 5064eb7 commit 8e62007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const {readFileSync} = require('fs');
const exportsTarget = '((module.exports.default || module.exports).options || module.exports.default || module.exports)';

module.exports = function ({ content, filename }) {
debugger;
function retrieveContent(config) {
if (config.content){
return config.content;
Expand Down

0 comments on commit 8e62007

Please sign in to comment.