Giter Club home page Giter Club logo

lodash-loader's People

Contributors

actions-user avatar ckotzbauer avatar dependabot-preview[bot] avatar dependabot[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar jnunez-clicars avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

maxime-agusti

lodash-loader's Issues

By default don't include ./XXX alias

I had to comment the line

aliases["./" + n] = path.resolve(lodashDir + "/" + file);

Because it's causing errors in my project. I think this line is very dangerous. I can have a ./assign file, for stuffs, and it will be changed by lodash assign.

I think also that you should add the modularized alias:

aliases["lodash." + n] = path.resolve(lodashDir + "/" + file);

Allow change import in es2015 mode

Hi,

I need the change the replace of the import in es2015 mode (because of typescript config).

Can you add an option to change the replace by:
return "import _" + lodashModule + " from \"lodash/" + lodashModule + "\";\n";
?

Thanks!

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Is this compatible with webpack 2?

I cant get { test: /\.js$/, loader: "babel-loader!lodash-loader" } to work,

Module not found: Error: Can't resolve 'babel-loader!lodash-loader' in ...

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

New Webpack-Loader for Lodash

Hi @jdalton,
I've written a new loader for webpack now to optimize bundle sizes. It has no dependencies to other loaders or plugins and can be used both in babel or typescript based projects.

If you see some bugs or you have ideas to improve, please let me know ;).

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.