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
0f6c36c3e4
webpack
/
bin
/
webpack.js
4 lines
45 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2012-03-10 20:11:23 +08:00
#!/usr/bin/env node
sync webpack-cli with changes in bin/* and binCases remove old bin code try using the cli folder for bInTestCases update folders in binTestCases increase callback timeout to see if that helps update cli-dep remove redundant console.log
2017-10-23 06:36:36 +08:00
require
(
"webpack-cli"
)
;