1.0.2 • Published 2 years ago

starting-pattern-webpack-plugin v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago