Then, add the following variables to your Webpack configuration file: const CleanWebpackPlugin = require('clean-webpack-plugin');const pathsToClean = [ 'dist']; ...
確定! 回上一頁