eol-loader

1.0.2 • Public • Published

eol-loader

eol-loader, inspired by gulp-eol, is a webpack loader that serves two purposes:

  1. Replaces all end of line characters with the appropriate EOL character for your platform, as determined by os.EOL.
  2. Adds a newline to the end of files that lack one.

Example:

In your webpack config:

{
    module: {
        loaders: [
            { loader: "eol-loader" }
        ]
    }
};

For more information on how to configure loaders, visit webpack's documentation.

/eol-loader/

    Package Sidebar

    Install

    npm i eol-loader

    Weekly Downloads

    8

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • btraut