Giter Club home page Giter Club logo

Comments (3)

alexandernst avatar alexandernst commented on June 26, 2024

I have no idea how Webpack works or what is required for this library to be compatible with Webpack. I'll research when I have some spare time.

from angular-multi-select.

TamaBaka avatar TamaBaka commented on June 26, 2024

I think I had this problem too considering my source code says 'angular-multi-select/dist/prod/angular-multi-select' instead of 'angular-multi-select'.

So let me explain the trick that I used: inside of the node_module folder you'll find an angular-multi-select folder if it's installed correctly. Normally, that would be enough. But I don't know which configuration file makes it work. However, I found a different solution after playing around a bit. While messing around, I discovered that webpack was perfectly happy with calling that folder in node_module a base folder! So with a bit of folder browsing, I figured out the path to the distributable starting from angular-multi-select...and voila:

require('angular-multi-select/dist/prod/angular-multi-select')

node_modules
    |
    |
    angular-multi-select
        |
        |
        dist
            |
            |
            prod
                |
                |
                **angular-multi-select.js**
                angular-multi-select.min.js

The above should work.

This is pointing at the unminimized source code. You can replace it with 'angular-multi-select/dist/prod/angular-multi-select.min' if you want to include the uglified version. I figure since webpack can be configured to uglify after the fact, it's perfectly fine using the uncompressed version.

from angular-multi-select.

Hellowor1d avatar Hellowor1d commented on June 26, 2024

@TamaBaka 👍 Thank you very much for the long and interesting reply 😜

from angular-multi-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.