Elijah A.
Elijah A.
I have the same problem. Is there currently any way to solve this? If there's not, any thoughts on how can this be implemented? I'd be happy to contribute :)
Are you totally sure that you are using `webpack` version `>= 4`? Please try removing `node_modules` directory and running `npm install` again. ```bash rm -rf ./node_modules && npm install ```
Please provide the following information: 1. Webpack configuration 2. Webpack version 3. Node.js version
> Could you PR contributing guidelines? @gajus Would the issue templates be suitable for this?
This is typescript feature, the caveat is that `tsc` does not compile aliases to real paths during the build. **Resources** Here's the doc https://www.typescriptlang.org/docs/handbook/module-resolution.html Here's the simpler explanation https://stackoverflow.com/questions/43281741/how-to-use-paths-in-tsconfig-json Here's...
And here's the reproduction https://github.com/stackdumper/pika-pack-tsconfig-paths-repro