This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
259fb52ddf
webpack
/
require-polyfill.web.js
2 lines
87 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More info and comments
2012-03-11 20:44:38 +08:00
// No polyfill needed when compiled with webpack
fixed polyfill in client code
2012-03-21 19:41:03 +08:00
module
.
exports
=
function
(
r
)
{
return
r
}