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
/
webpack.config.d
/
mode.js
blob: c86e018ee80b07c08b83eb4f402865f570ba7a92 (
plain
)
1
2
3
4
config
.
mode
=
"development"
if
(
defined
.
PRODUCTION
)
{
config
.
mode
=
"production"
}