Browse Source

Removed comments

master
Dwayne Harris 5 years ago
parent
commit
271bef92b7
  1. 4
      webpack.config.ts

4
webpack.config.ts

@ -1,6 +1,5 @@
import { Configuration } from 'webpack'
import HtmlWebpackPlugin from 'html-webpack-plugin'
import CopyWebpackPlugin from 'copy-webpack-plugin'
import MiniCssExtractPlugin from 'mini-css-extract-plugin'
import postcssPresetEnv from 'postcss-preset-env'
import postcssNormalize from 'postcss-normalize'
@ -84,9 +83,6 @@ const config: Configuration = {
new MiniCssExtractPlugin({
filename: '[name].css',
}),
// new CopyWebpackPlugin([
// { from: 'src/images/*', to: 'dist/' },
// ]),
// new BundleAnalyzerPlugin(),
],
}

Loading…
Cancel
Save