jif-dashboard
jif-dashboard copied to clipboard
jquery-ui Module Not Found Error in sample and demo project
Description
In the index.js
file of both the sample and demo projects, when I ran npm run start
an error occurred stating the jquery-ui module is not found
Screenshot
Possible solution
Since in the package.json
, we are adding jquery-ui-dist
as a dependency it must be aliased in the webpack.config.js
file
I am working on this issue :)
PR
#6 solves the issues and is linked with it.