knockout-jqueryui
knockout-jqueryui copied to clipboard
package.json contains no 'main' field
The package.json file does not contain a 'main' field, this makes it difficult to use the module with npm/webpack. the bower.json contains the main field.
I second this. I had to add this to my webpack.config.js aliases:
'knockout-jqueryui': 'knockout-jqueryui/dist/knockout-jqueryui.js',