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 can't seem to use meta.js instead of meta.json. I renamed the default webpack meta.json to meta.js and put a module.exports = at the start but it's telling me:
I can't seem to use
meta.js
instead ofmeta.json
. I renamed the default webpack meta.json to meta.js and put amodule.exports =
at the start but it's telling me:Error: Cannot find module 'vue-webpack-template/meta.js'
If I rename the file to meta.json and remove the
module.exports =
it works as expected. Am I doing something wrong?The text was updated successfully, but these errors were encountered: