1.0.4 • Published 7 years ago

webpack-dependencies-loader v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

webpack-dependencies-loader

Whats the purpose?

A simple webpack plugin to load the project dependencies and optimize the final bundle

How to install?

    $ npm install --save-dev webpack-dependencies-loader

How to use?

In your webpack.config.js you put this:

    const dependencies = require('webpack-dependencies-loader')    

    const VENDOR_LIBS = dependencies()

    module.exports = {
        entry: {
            // Your other files
            vendor: VENDOR_LIBS
        }
        ...
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago