When using webpack with this project with custom aliases, importing from package doesn't work. This way is more specific and doesn't rely on a certain (albeit default) webpack config.
My webpack resolve.extensions:
extensions: ['.ts', '.tsx', '.mjs', '.js'],
When using webpack with this project with custom aliases, importing from
package
doesn't work. This way is more specific and doesn't rely on a certain (albeit default) webpack config.My webpack resolve.extensions:
extensions: ['.ts', '.tsx', '.mjs', '.js'],