machineboy2045 / angular-selectize

angular-selectize
MIT License
201 stars 115 forks source link

can't include in entry webpack file.... #161

Open adiakritos opened 7 years ago

adiakritos commented 7 years ago

Hello,

Webpack can't find selectize as a npm module.

I added an index.js file to the root of that file to get it working.

angular-selectize2/index.js

require('./dist/angular-selectize.js');
module.exports = angularSelectize2;

app.js

require('angular-selectize2');