Refactor Dish _translate to handle sync and async depending on environment.

This commit is contained in:
d98762625 2019-03-01 16:02:21 +00:00
parent 0a1ca18de5
commit b48c16b4db
16 changed files with 492 additions and 223 deletions

View file

@ -365,9 +365,6 @@ module.exports = function (grunt) {
"./config/modules/OpModules": "./config/modules/Default"
}
},
output: {
// globalObject: "this",
},
plugins: [
new webpack.DefinePlugin(BUILD_CONSTANTS),
new HtmlWebpackPlugin({