You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation there is a rollup config example and it uses const { default: i18n } = require('../lib/index') but what is ../lib/index ? If I try import VueI18nPlugin from "rollup-plugin-vue-i18n"; the build says that Cannot find module 'rollup-plugin-vue-i18n'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the documentation there is a rollup config example and it uses
const { default: i18n } = require('../lib/index')
but what is ../lib/index ? If I tryimport VueI18nPlugin from "rollup-plugin-vue-i18n";
the build says thatCannot find module 'rollup-plugin-vue-i18n'
Beta Was this translation helpful? Give feedback.
All reactions