jif-dashboard icon indicating copy to clipboard operation
jif-dashboard copied to clipboard

jquery-ui Module Not Found Error in sample and demo project

Open vishnu-itachi opened this issue 4 years ago • 1 comments

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

jquery-ui-error

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 :)

vishnu-itachi avatar Jun 21 '20 14:06 vishnu-itachi

PR #6 solves the issues and is linked with it.

vishnu-itachi avatar Jun 21 '20 14:06 vishnu-itachi