npm.io
0.2.2 • Published 9 years ago

auto-module-name-loader

Licence
ISC
Version
0.2.2
Deps
0
Vulns
0
Weekly
0

auto-module-name-loader

Overwrites module id with module name in webpack module magic object

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

Keywords