comment-tags-cleaner-loader

1.1.0 • Public • Published

Installing

npm install steal-clean-loader --save-dev

Using

Add necessary rule into your webpack config.

By default the loader will take default params such as:

startComment: 'steal-remove-start',
endComment: 'steal-remove-end'

Running with the custom params:

module: {
    rules: [
        {
            test: /\.js$/,
            use: {
                loader: 'steal-clean-loader',
                options: {
                    startComment: 'customStartCommentTag'
                    endComment: 'customEndCommentTag'
                }
            }
        }
    ....

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i comment-tags-cleaner-loader

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    3.97 kB

    Total Files

    7

    Last publish

    Collaborators

    • kostya.aderiho