mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
|
const path = require('path');
|
||
|
|
||
|
/** @type {import('webpack').Configuration} */
|
||
|
module.exports = {
|
||
|
plugins: [new CleanWebpackPlugin()],
|
||
|
};
|