2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

add bundlewatch

This commit is contained in:
Jeff
2019-11-08 11:50:35 -08:00
parent 1a5ba31c68
commit 81339694b7
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ node_js:
script:
- yarn test --coverage --coverageReporters=text-lcov | coveralls
- yarn build && bundlewatch
+8
View File
@@ -39,6 +39,7 @@
"autoprefixer": "^9.4.7",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"bundlewatch": "^0.2.5",
"chokidar": "^2.1.5",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
@@ -101,5 +102,12 @@
"html",
"text-summary"
]
},
"bundlewatch": {
"files": [
{
"path": "dist/*"
}
]
}
}