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
1
Packages
Projects
Releases
Wiki
Activity
6e673e81fb
webpack
/
examples
/
loader
/
loader.js
3 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fixed loader example
2012-04-05 21:08:49 +08:00
module
.
exports
=
function
(
content
)
{
return
"exports.answer = 42;\n"
+
content
;
added examples
2012-03-27 06:00:51 +08:00
}