GithubHelp home page GithubHelp logo

Comments (4)

stackfull avatar stackfull commented on June 30, 2024

I think it's down to the way ui.bootstrap is packaged. Webpack has an option to not parse certain files http://webpack.github.io/docs/configuration.html#module-noparse which you can point at the bower file.

The recommended way to use webpack is to try to use an npm module first to avoid packaging issues. Angular modules aren't often good npm modules though, so second best is to use bower and try to target the least packaged option (un-minified, un-bundled) - so you could try the non "-tpls" version. But my experience is that the bower components are usually too hard to deal with, so I just shim them with noParse and then deal with the inevitable loss of dependency information. It's a shame, and I'm open to suggestions.

from angular-webpack-plugin.

Asgator avatar Asgator commented on June 30, 2024

Thank you for your help.

We decided yet to do so, temporarily)

module: { noParse: [ /bower_components/ ] },

from angular-webpack-plugin.

danawhite avatar danawhite commented on June 30, 2024

I'm currently dealing with the same issue. Where in webpack.config.js did you add 'ui.router' and 'ui.bootstrap'?

from angular-webpack-plugin.

Asgator avatar Asgator commented on June 30, 2024

We remove Angular and take ReactJs, for Webpack and Angular it terribly inconvenient. Sorry, i don't know how help you.

from angular-webpack-plugin.

Related Issues (18)

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.