Skip to content

Commit

Permalink
Revert "Emit ES6 code for module source in emit file load" (#2501)
Browse files Browse the repository at this point in the history
* Revert "Update emotion example to use css instead of fragment (#2497)"

This reverts commit 5bd3a5f.

* Revert "Fix "Deploy to now" link (#2489)"

This reverts commit df1cd7e.

* Revert "Emit ES6 code for module source in emit file load (#2478)"

This reverts commit 3f50abc.
  • Loading branch information
arunoda authored Jul 8, 2017
1 parent 5bd3a5f commit 4563f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build/loaders/emit-file-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (content, sourceMap) {

const emit = (code, map) => {
this.emitFile(interpolatedName, code, map)
this.callback(null, content, sourceMap)
this.callback(null, code, map)
}

if (query.transform) {
Expand Down

0 comments on commit 4563f68

Please sign in to comment.