Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
🐛 bug(service): fix cannot import locale messages with 'src' attr at …
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 2, 2018
1 parent 3219ed6 commit c4f8752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = (api, options) => {
webpackConfig.module
.rule('i18n')
.resourceQuery(/blockType=i18n/)
.type('javascript/auto')
.use('i18n')
.loader('@kazupon/vue-i18n-loader')
.end()
Expand Down

0 comments on commit c4f8752

Please sign in to comment.