1.0.2 • Published 5 years ago

address-webpack-plugin v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

address-webpack-plugin

print access info(ipv4 address currently) after webpack compilation done

installation

npm install address-webpack-plugin --save-dev

how to use

// webpack.config.js
const AddressPlugin = require('address-webpack-plugin');

module.exports = {
    ...
    plugins: [
        new AddressPlugin({
            port: 8080,
            openPage: '/',
            // compilerHookName: 'done' // compiler hook to use. default to 'done'
        }),
    ]
    ...
}

simple

simple

license

MIT

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago