Skip to content

Commit

Permalink
fixes #535 - changes unneeded js require expression to a static strin…
Browse files Browse the repository at this point in the history
Summary:
fixes #535 - changes unneeded js require expression to a static string to clean up webpack warnings
Closes #536

Differential Revision: D4977993

Pulled By: emilsjolander

fbshipit-source-id: 92fe3a278391f37e44ac816d662885df6b4ea11f
  • Loading branch information
chrisregnier authored and facebook-github-bot committed May 1, 2017
1 parent 8eca67e commit accad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/sources/entry-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (bind, lib) {

UNDEFINED: NaN

}, require(`./YGEnums`));
}, require('./YGEnums'));

class Layout {

Expand Down

0 comments on commit accad53

Please sign in to comment.