Hi there,
I’ve followed this link to upgrade to jqwidgets 6.2.0 in my react boilerplate test application.
After npm start
on my project folder it says:
webpack built 5088b8c91c83a7db7329 in 63876ms
ERROR in ./static/components/jqwidgets/styles/jqx.base.css
Module parse failed: /home/username/project/static/components/jqwidgets/styles/jqx.base.css Unexpected token (3:0)
You may need an appropriate loader to handle this file type.
| /*Rounded Corners*/
| /*top-left rounded Corners*/
| .jqx-rc-tl
| {
| -moz-border-radius-topleft: 3px;
@ ./app/components/jqwidgets-react/react_jqxdropdownlist.js 16:0-66
@ ./app/components/SelectUnits/index.js
@ ./app/components/Footer/index.js
@ ./app/components/Footer/Loadable.js
@ ./app/containers/MainLayout/index.js
@ ./app/containers/MainLayout/Loadable.js
@ ./app/containers/App/index.js
@ ./app/app.js
@ multi eventsource-polyfill webpack-hot-middleware/client?reload=true ./app/app.js
How can I get this working? What should I include in webpack in order to compile this?