Skip to content

Commit

Permalink
Merge pull request #74 from fusioncharts/feature/RED-8974-logging-Dev…
Browse files Browse the repository at this point in the history
…Mode-message-in-production

RED-8974- vue-fusioncharts is logging developement-mode message while used in production build
  • Loading branch information
SanjayBhan authored Oct 15, 2020
2 parents 7904011 + 3df8de4 commit 4160c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
"yards": "^0.1.4"
},
"dependencies": {
"underscore": "^1.9.1"
"mixin-deep": "^1.3.2",
"underscore": "^1.9.1",
"websocket-extensions": "^0.1.4"
}
}
8 changes: 0 additions & 8 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import Vue from 'vue';

const Observer = new Vue().$data.__ob__.constructor;

export function makeNonreactive(obj) {
obj.__ob__ = new Observer({});
}

export const addDep = (FC, modules) => {
if (FC) {
if (
Expand Down

0 comments on commit 4160c81

Please sign in to comment.