-
-
Notifications
You must be signed in to change notification settings - Fork 10
Example not working #9
Comments
@stephane303 I'm experiencing the same issue. Have you found a workaround, by any chance? PS: Maybe these vue-i18n-composable/tsconfig.json Lines 3 to 4 in f35ee68
In my project, we have them set to: "target": "ES6",
"module": "ES2015", |
cc @antfu: Writing
|
FWIW I also tried these workarounds, without success: |
My workaround has been to copy the file https://github.com/intlify/vue-i18n-composable/blob/master/src/index.ts directly in my project, it's dirty, but its working |
for example, you need to configure the following module.exports = {
configureWebpack: (config) => {
config.module.rules.push({
test: /\.mjs$/,
type: 'javascript/auto',
})
},
} |
In the example folder, I did an npm install and npm dev:
When doing the npm install I choose version 0.2.2 of vue-i18n-composable
The text was updated successfully, but these errors were encountered: