feat: add loadEnv to check if translation / versioning is enabled

This commit is contained in:
endiliey 2018-09-04 23:36:51 +08:00
parent 828d99dc8e
commit 1ff6733464
15 changed files with 608 additions and 20 deletions

View file

@ -19,7 +19,6 @@ function applyChainWebpack(userChainWebpack, config, isServer) {
if (userChainWebpack) {
userChainWebpack(config, isServer);
}
}
module.exports = {