3.0.0 • Published 6 years ago

prod-folder-update-webpack-plugin v3.0.0

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

What is this repository for?

A simple plugin that moves selected assets and folders into your production build dist folder automatically at the end of your webpack build.

This plugin is most usefull when using react and webpack together.

How do I get set up?

npm i --save prod-folder-update-webpack-plugin

Usage Example

  plugins: [
    new ProdFolderUpdatePlugin({
      files: [
        './service-worker.js',
        './manifest.json',
        // always select the outer-most parent when moving a folder,
        // the full file path will not be preserved.
        './assets'],
      path: path.join(__dirname, '/dist/')
    })
  ],

Who do I talk to?

lloydleagas@gmail.com

3.0.0

6 years ago

2.0.5

6 years ago

1.0.5

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago