cnlevy
cnlevy
Please have a look at #52 which fixes the windows bug
It is due to the fact that webpack (probably the webpack.ResolverPlugin.DirectoryDescriptionFilePlugin) expects the "main" field to be a string. It doesn't handle when "main" is an array of strings ([angular-xeditable](https://github.com/vitalets/angular-xeditable/blob/master/bower.json),...
As a temporary workaround, just press ENTER after pressing Ctrl+D, it will execute the 'Delete Line' command
I had the same problem with bootstrap-switch I followed @raulferras advice which did solve my problem Then i added the following in webpack.config.js ``` plugins: [ new webpack.ProvidePlugin({ 'window.jQuery': 'jquery',...