webpack-source-map-support

2.0.1 • Public • Published

Webpack Source Map Support

Build Status

A simple way to enable source-map support for your backend Webpack built applications:

How to use:

Require it in your webpack.config.js

var WebpackSourceMapSupport = require("webpack-source-map-support");

Then just add it as a plugin:

plugins: [
    new WebpackSourceMapSupport(),
    // ... other plugins
]

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-source-map-support

Weekly Downloads

1,559

Version

2.0.1

License

ISC

Last publish

Collaborators

  • azcn2503