const SpawnPlugin = require('spawn-webpack-plugin') // your config... plugins: [ // your plugins... new SpawnPlugin({ command: 'yarn lint', // Required.
確定! 回上一頁