Topic: absolute paths
mark-steven-au premium asked 4 years ago
Putting incorrect path in Routes.js can cause issues
Is putting absolute paths an option with MDB and if so what is the best way
{ One example I have found is to put into package.json file following code. "compilerOptions": { "baseUrl": "src" }, "include": ["src"] } Theoretically this would mean it would search all folders on npm start up to find everything. Is this a good idea and if it is a good idea can someone please explain exactly where to put it so it does not Break MDB react Pro with token Thanks in advance Mark
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB React
- MDB Version: 4.26.0
- Device: Mac
- Browser: chrome
- OS: iOS
- Provided sample code: No
- Provided link: No
Piotr Glejzer staff commented 4 years ago
do you mean you want to make absolute when you are building a prd version?