index
:
github/kvision.git
gh-pages
kvision_1
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
helloworld
/
webpack.config.d
/
minify.js
blob: 34e706c9962c20ea984f63266585b6aadd4a3854 (
plain
)
1
2
3
4
if
(
defined
.
PRODUCTION
)
{
config
.
plugins
.
push
(
new
webpack
.
optimize
.
UglifyJsPlugin
({
}));
}