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

Parcel Support #19

Closed
evanleck opened this issue Jul 23, 2018 · 2 comments
Closed

Parcel Support #19

evanleck opened this issue Jul 23, 2018 · 2 comments

Comments

@evanleck
Copy link

I'm not sure if this is the right place to ask, but I'm interested in using <i18n> custom blocks in SFCs built with Parcel. I'm not terribly familiar with how that might work but I was wondering if that was on your radar yet or you might be able to add support?

Thanks!

@evanleck
Copy link
Author

Never mind, it looks like there's a PR open already to add support directly to Parcel. Sorry!

@0x1af2aec8f957
Copy link

Has the problem finally been solved? Recently, I was using parcel to build a new project and got stuck in this place.

Although the official website of parcel introduces the custom Vue single file block parsing, I can't find a suitable vue-i18n plug-in to handle the parsing. Does vue-i18n not provide an out of the box solution for parcel?

//  .vuerc
/// doc: https://parceljs.org/languages/vue/#custom-blocks
{
  "customBlocks": {
    // "i18n": "vue-i18n-bridge/dist/vue-i18n-bridge.runtime.esm-bundler.js"
    // "i18n": "@intlify/vite-plugin-vue-i18n"
    // "i18n": "@intlify/unplugin-vue-i18n"
  }
}

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

No branches or pull requests

2 participants