Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
]

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages