webpack.config.js const { StatsWriterPlugin } = require('webpack-stats-plugin'); module.exports = { // ... your webpack config plugins: [ // ... other ...
確定! 回上一頁