Last active
July 18, 2017 21:39
-
-
Save jeremenichelli/44ba01d2c4f9ab20834ffe80b80d5fd5 to your computer and use it in GitHub Desktop.
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
(function(module, exports, WEBPACK_REQUIRE_METHOD) { | |
'use strict'; | |
var action = WEBPACK_REQUIRE_METHOD(1); | |
var value = action(); | |
exports.default = value; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment