1.0.4 • Published 6 years ago

webpack-dependencies-loader v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago