2.0.0 • Published 6 years ago

steal-clean-loader v2.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

#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:

startCommentTag: 'steal-remove-start',
endCommentTag: 'steal-remove-end'

Running with the custom params:

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

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago