@activelylearn/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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    5

Package Sidebar

Install

npm i @activelylearn/eol-loader

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • admehta01
  • setvik