Skip to content

Conversation

@notjiam
Copy link

@notjiam notjiam commented Apr 29, 2019

In NuxtJS I use another package called "vue-awesome-swiper"
when config transpile with [/^vue-awesome/] it effects "vue-awesome-swiper" too

In NuxtJS I use another package called "vue-awesome-swiper" 
when config transpile with [/^vue-awesome/] it effects "vue-awesome-swiper"  too
// ...
build: {
transpile: [/^vue-awesome/]
transpile: [/^vue-awesome\//]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be [\\/] as Windows doesn't support /.

PS. Would you mind update README.zh_CN.md as well? Thanks!

notjiam added a commit to notjiam/vue-awesome that referenced this pull request Oct 28, 2019
Relate this pull request Justineo#146
to prevent the use of other libs like "vue-awesome-swiper"
This was referenced Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants