I want use core-js to polyfill old browser,I use it by import it in vue3 project main.ts file,but now I use nuxt3,I find there is no main.ts?Should I import it in app.vue?Or in plugins dir to define a plugin and then dynamic import using import function?How can I do?
I don't know how to do.
You can import core-js from any file, not just main.