Merge pull request #443 from dod-ccpo/vue-production

Remove vue production tip
This commit is contained in:
patricksmithdds 2018-11-12 16:20:40 -05:00 committed by GitHub
commit c78e0d48cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 696 additions and 1584 deletions

View File

@ -24,6 +24,8 @@ import MembersList from './components/forms/members_list'
import LocalDatetime from './components/local_datetime'
import RequestsList from './components/forms/requests_list'
Vue.config.productionTip = false
Vue.use(VTooltip)
Vue.mixin(Modal)

View File

@ -16,7 +16,6 @@
"babel-polyfill": "^6.26.0",
"date-fns": "^1.29.0",
"npm": "^6.0.1",
"parcel": "^1.9.7",
"ramda": "^0.25.0",
"svg-innerhtml": "^1.1.0",
"text-mask-addons": "^3.8.0",
@ -26,7 +25,8 @@
"vue-text-mask": "^6.1.2"
},
"devDependencies": {
"node-sass": "^4.9.2"
"node-sass": "^4.9.2",
"parcel-bundler": "^1.10.3"
},
"browserslist": [
"last 3 version",

2274
yarn.lock

File diff suppressed because it is too large Load Diff