angular-selectize
angular-selectize copied to clipboard
can't include in entry webpack file....
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');