Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #146

wants to merge 1 commit into from

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
@@ -129,7 +129,7 @@ For **Nuxt.js 2**:
module.exports = {
// ...
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.

None yet

2 participants