Skip to content

Commit c0a8fe3

Browse files
authored
Merge pull request #17 from Yproximite/feature/ISSUE-16
Add Browserify support with vueify transformer
2 parents 5ce6922 + bc04dd3 commit c0a8fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,8 @@
7575
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
7676
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue-preprocessor"
7777
}
78+
},
79+
"browserify": {
80+
"transform": ["vueify"]
7881
}
7982
}

0 commit comments

Comments
 (0)