creativetimofficial / ct-black-dashboard-pro-react

Black Dashboard PRO React: A premium Boostrap & Reactstrap Admin Template
https://www.creative-tim.com/product/black-dashboard-pro-react
40 stars 19 forks source link

[Feature Request] when black dashboard pro react get same updates like your other themes? #22

Closed buncis closed 4 years ago

buncis commented 4 years ago

What is your enhancement?

in any other of your themes you got version bugfix where it remove .env and change it with jsconfig.json black dashboard still not get that update.

and that makes me got this problem

Failed to compile.

./src/index.js Module not found: Can't resolve 'assets/css/nucleo-icons.css' in '/home/bc/black-dashboard-pro-react/src'

einazare commented 4 years ago

Hello there, @buncismamen ,

To solve the issue, you can delete the .env file and create a file named jsconfig.json with the following code inside it:

{
  "compilerOptions": {
    "baseUrl": "src",
    "paths": {
      "*": ["src/*"]
    }
  }
}

That should work just fine.

Let me know if you have further issues.

Best, Manu