demultiline

1.0.0 • Public • Published

demultiline

browserify transform to convert multiline strings to normal strings so that uglify works.

This should become depricated as uglify is fixed.

Usage

Put it before uglifyify.

    var b = browserify();
 
    b.transform({
        global: true
    }, demultiline);
 
    b.transform({
        global: true
    }, uglifyify);
 
    // etc...

Readme

Keywords

none

Package Sidebar

Install

npm i demultiline

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • korynunn