Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/didi/mpx
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Sep 25, 2019
2 parents c764d9a + df96556 commit 294cb5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.2.27"
"version": "2.2.28"
}
2 changes: 2 additions & 0 deletions packages/webpack-plugin/lib/loader.js
Expand Up @@ -130,6 +130,8 @@ module.exports = function (content) {
' global.navigator = {};\n' +
'}\n' +
'Object.defineProperty(global.navigator, "standalone",{\n' +
' configurable: true,' +
' enumerable: true,' +
' get () {\n' +
' return true;\n' +
' }\n' +
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webpack-plugin",
"version": "2.2.27",
"version": "2.2.28",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down

0 comments on commit 294cb5a

Please sign in to comment.