knockout-jqueryui icon indicating copy to clipboard operation
knockout-jqueryui copied to clipboard

package.json contains no 'main' field

Open thunder7553 opened this issue 9 years ago • 1 comments

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.

thunder7553 avatar Nov 23 '16 12:11 thunder7553

I second this. I had to add this to my webpack.config.js aliases: 'knockout-jqueryui': 'knockout-jqueryui/dist/knockout-jqueryui.js',

blmille1 avatar Jun 26 '25 16:06 blmille1