1.0.3 • Published 2 years ago

archive-build-webpack-plugin v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

关于

自动将构建文件存档

安装

npm i -D archive-build-webpack-plugin

使用

const path = require('path');
const ArchiveBuildWebpackPlugin = require('archive-build-webpack-plugin')

module.exports = {
    plugins: [
        new ArchiveBuildWebpackPlugin({
            buildPath: path.join(__dirname, './dist'),
            saveArchivePath: path.join(__dirname, './archives'),
            versionName: 'version1'
        })
    ]
};
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago