Giter VIP home page Giter VIP logo

Comments (4)

gabrielhpugliese avatar gabrielhpugliese commented on June 8, 2024

I have the exactly same issue. Was trying to change my build from gulp but the result becomes much bigger.

from script-loader.

alexhancock avatar alexhancock commented on June 8, 2024

I understand now, at least in part why it doesn't work. Given that the content of the files loaded with a script loader is just taken and wrapped in an eval.

I followed the advice here and wrote a simpler "uglify only" loader, which I will at least put on npm in case it's useful to someone else.

I also found this loader which I am experimenting with to see if it fits my needs.

I am trying to get source maps working, which I think the loader I just referenced achieves.

from script-loader.

gabrielhpugliese avatar gabrielhpugliese commented on June 8, 2024

Oh yeah, that loader did the trick. But you need to put the script! before uglify! like this. because uglify needs to run before:

require('script!uglify!jquery-1.7.2.min.js');

Thanks!

from script-loader.

michael-ciniawsky avatar michael-ciniawsky commented on June 8, 2024

babel-loader && babel-preset-babili (Babel Minify) is also a (modern) option to achieve this, if there a any regressions still please reopen/open a new issue 😛

from script-loader.

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.