Support Plugins in TypeScript
[issue link]Something with the way Nuxt.js tries to load/require TypeScript-based plugins (like axios.ts) causes builds to fail.
Maybe https://github.com/nuxt/nuxt.js/blob/dev/lib/app/index.js#L25 is skipping the ts-loader in my nuxt.config.js? Or is the nuxt.config.js not loaded yet?