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"
            }
        ]
    }
}

Dependents (2)

Package Sidebar

Install

npm i remove-comments-loader

Weekly Downloads

4,624

Version

0.1.2

License

MIT

Last publish

Collaborators

  • benyin