1.0.1 • Published 7 years ago

mako-sourcemaps v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

mako-sourcemaps

A plugin for working with source maps.

npm version npm dependencies npm dev dependencies

Purpose

  • converts file.sourceMap to either an inline comment or an external file (as file.path + '.map')
  • allows prior plugins to only care about the raw file.sourceMap object

API

sourcemaps(extensions, options)

Create a new plugin instance, with the following options available:

  • inline set this as true to output inline source maps
  • spaces set this to a number to pretty-print the map JSON with spaces

NOTE: by including this plugin, source maps are assumed to be on. (unlike other plugins, which use the true/false/'inline' paradigm) If you don't want source maps enabled, exclude this plugin.

1.0.1

7 years ago

1.0.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago