remove-comments-loader

0.1.2 • Public • Published

remove-comments-loader - A tiny loader to remove comments in your code.

Usage

module.exports = {
    entry: "./test.js",
    output: {
        path: __dirname,
        filename: "bundle.js"
    },
    module: {
        preLoaders: [
            {
                test: /\.(js|css)$/,
                loader: "remove-comments-loader"
            }
        ]
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    6,249
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    6,249
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i remove-comments-loader

Weekly Downloads

6,251

Version

0.1.2

License

MIT

Last publish

Collaborators

  • benyin