Skip to content

azcn2503/webpack-source-map-support

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

Watchers

Forks

Releases

No releases published

Packages

No packages published