angular-selectize icon indicating copy to clipboard operation
angular-selectize copied to clipboard

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

Open adiakritos opened this issue 8 years ago • 0 comments

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');

adiakritos avatar Jan 12 '17 04:01 adiakritos