const path = require('path'); /** @type {import('webpack').Configuration} */ module.exports = { plugins: [new CleanWebpackPlugin()], };