# auto-module-name-loader

> Overwrites module id with module name in webpack module magic object

Latest version **0.2.2** (published 2017-07-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install auto-module-name-loader
pnpm add auto-module-name-loader
yarn add auto-module-name-loader
bun add auto-module-name-loader
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.2 |
| Published | 2017-07-21 |
| First published | 2016-10-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | gcaires, rchaves |
| Keywords | webpack, amd, module.id, module, requirejs |

## Links

- npm: https://www.npmjs.com/package/auto-module-name-loader
- Repository: https://github.com/gabrielcaires/auto-module-name-loader
- Homepage: https://github.com/gabrielcaires/auto-module-name-loader#readme
- Issues: https://github.com/gabrielcaires/auto-module-name-loader/issues
- npm.io page: https://npm.io/package/auto-module-name-loader

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.2.2 (latest) — 2017-07-21
- 0.2.1 — 2017-06-06
- 0.2.0 — 2017-05-11
- 0.1.1 — 2017-01-06
- 0.1.0 — 2016-10-05
- 0.0.1 — 2016-10-05

## README

# auto-module-name-loader
Overwrites module id with module name in webpack module magic object

```javascript
module.exports = {
  entry: './index.js',
  output: {
    path: __dirname,
    filename: 'bundle.js'
  },
  module: {
    loaders: [
      { test: /\.js$/, loader: 'auto-module-name' }
    ]
  }
}
```

---
_Source: https://npm.io/package/auto-module-name-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
