7.1.0 • Published 12 months ago

@pixolith/webpack-assets-copy-plugin v7.1.0

Weekly downloads
55
License
MIT
Repository
github
Last release
12 months ago

Webpack Assets Copy Plugin (Shopware 6 Administration)

How to use

Install

npm install @pixolith/webpack-assets-copy-plugin --save-dev

Add the plugin

const AssetsCopyPlugin = require('@pixolith/webpack-assets-copy-plugin');

Add this to the plugins section of your webpack.config.js

new AssetsCopyPlugin({
    includes: ['js', 'css'],
    ignoreFiles: [/\*.hot-update.js/],
    from: 'public/bundles',
    to: 'custom/plugins/{plugin}/src/Resources/public',
}),
7.1.0

12 months ago

7.0.0

1 year ago

6.0.1

2 years ago

5.0.0

3 years ago

4.2.3

3 years ago

4.2.4

3 years ago

4.3.0

3 years ago

4.0.0

3 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.1.13

4 years ago

1.0.16

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago