Skip to content

Commit 573fc9d

Browse files
authoredMay 6, 2019
feature: add batch search (#15)
* bump version to 0.3.0 for new feature * add batch process * add batch address search and increase coverage test to 60%
1 parent f8802ae commit 573fc9d

9 files changed

+1213
-136
lines changed
 

‎babel.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
env: {
33
development: {
4-
presets: [
5-
'@vue/app'
6-
],
4+
// presets: [
5+
// '@vue/app'
6+
// ],
77
// To allow commonjs module.exports and require syntax work probably
88
// Seems vue-cli 3.0.3 onwards there will be error if not specify this
99
// https://github.com/vuejs/vue-cli/issues/2675

0 commit comments

Comments
 (0)