I created a VueJS app and I'm getting the following error when I look at the source code in the web browser:
<noscript>
<strong>We're sorry but pay-loader doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
I tried a creating a vue.config.js file in the root directory as suggested here :
webpack config missing in vuejs
This didn't work for me, how can fix this issue?
I'm using vue version 3.0.0-rc.5
Thanks
@vue/cli, upgrade to a stable version