|
|
@@ -6,12 +6,8 @@
|
|
|
*/
|
|
|
|
|
|
const path = require('path')
|
|
|
-const fs = require('fs')
|
|
|
const webpack = require('webpack')
|
|
|
-const CleanWebpackPlugin = require('clean-webpack-plugin')
|
|
|
const HtmlWebpackPlugin = require('html-webpack-plugin')
|
|
|
-const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
|
|
-const WebpackOnBuildPlugin = require('on-build-webpack')
|
|
|
|
|
|
const pkg = require('./package.json')
|
|
|
|