This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
4f39d4fc22
zulip
/
tools
/
webpack.production.config.js
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Split webpack config into 3 files (base, dev, production).
2017-05-23 21:51:04 +02:00
var
config
=
require
(
'./webpack.config.js'
)
;
npm: Upgrade webpack to 2.0 version dev and production.
2017-05-22 22:49:20 +02:00
Split webpack config into 3 files (base, dev, production).
2017-05-23 21:51:04 +02:00
module
.
exports
=
config
;