This website requires JavaScript.
Explore
Help
Sign In
status-im
/
codimd
mirror of
https://github.com/status-im/codimd.git
Watch
2
Star
0
Fork
You've already forked codimd
0
Code
Issues
Projects
Releases
Wiki
Activity
b6ce7a6ab1
codimd
/
webpack.config.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Setup webpack production config
2016-10-11 07:45:00 +00:00
var
baseConfig
=
require
(
'./webpackBaseConfig'
)
;
Create webpack config
2016-10-07 15:05:23 +00:00
Setup webpack production config
2016-10-11 07:45:00 +00:00
module
.
exports
=
baseConfig
;