wisemapping-frontend/webpack.common.js
Paulo Gustavo Veiga bf08888a68 Update to yarn 3.
2023-01-04 18:23:09 -08:00

7 lines
139 B
JavaScript

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