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
I've some issues configuring vue.config.js and webpack-chain.
This line const itPo = require('../../i18n/locales/it.po'); says You may need an appropriate loader to handle this file type. just in the browser console, not when webpack is compiling (if I remove the following configuration the webpack compile fails with the same error).
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
I've some issues configuring vue.config.js and webpack-chain.
This line
const itPo = require('../../i18n/locales/it.po');
says You may need an appropriate loader to handle this file type. just in the browser console, not when webpack is compiling (if I remove the following configuration the webpack compile fails with the same error).but it works if i write
const itPo = require('json-loader!po-loader?format=mf!../../i18n/locales/it.po');
.Also this one doesn't work:
What I did wrong?
The text was updated successfully, but these errors were encountered: