Open adiakritos opened 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');
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
app.js