Static GitHub Issues

[2695] Import .jsx files without specifying extension

prev: How to get current stage in serverMiddleware?
next: v1.2.0 Cannot find module 'postcss-import-resolver'

It is not possible to import ~/file.jsx as ~/file without extending webpack config with

config.resolve.extensions.push('.jsx');

Is not this supposed to be possible out of the box?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2343">#c2343</a>)</em></sub></div>