1.2.0 • Published 7 years ago

map-json-webpack-plugin v1.2.0

Weekly downloads
521
License
-
Repository
github
Last release
7 years ago

map-json-webpack-plugin


webpack plugin to generate map.json

NPM version gemnasium deps node version npm download

examples

plugins: [
  ...,
  require('map-json-webpack-plugin')({
    // output file path, relative to process.cwd()
    output: 'dist/map.json'
  })
]

history

1.2.0

1.1.0