1.0.2 • Published 6 months ago

starting-pattern-webpack-plugin v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

安装

npm install starting-pattern-webpack-plugin -D

使用

const StartingPatternWebpackPlugin = require('starting-pattern-webpack-plugin');

module.exports = defineConfig({
    transpileDependencies: true,
    configureWebpack: {
        plugins: [
            new StartingPatternWebpackPlugin({
                type: 'keyboard',
                color: 'green',
            })
        ]
    }
});
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago