Change tagline to: Create secure and GDPR-compliant web apps
This commit is contained in:
@@ -5,7 +5,6 @@ const webpack = require('webpack')
|
||||
const TerserPlugin = require('terser-webpack-plugin')
|
||||
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin')
|
||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
||||
const PurgecssPlugin = require('purgecss-webpack-plugin')
|
||||
const HtmlWebPackPlugin = require('html-webpack-plugin')
|
||||
const HtmlBeautifyPlugin = require('html-beautify-webpack-plugin')
|
||||
const FaviconsWebpackPlugin = require('favicons-webpack-plugin')
|
||||
@@ -23,10 +22,6 @@ module.exports = (env, argv) => {
|
||||
}))
|
||||
})
|
||||
|
||||
const paths = {
|
||||
src: path.join(__dirname, 'src')
|
||||
}
|
||||
|
||||
const config = {
|
||||
entry: {
|
||||
main: './src/index.js'
|
||||
@@ -75,9 +70,6 @@ module.exports = (env, argv) => {
|
||||
chunkFilename: 'style.css',
|
||||
ignoreOrder: false
|
||||
}),
|
||||
new PurgecssPlugin({
|
||||
paths: glob.sync(`${paths.src}/**/*`, { nodir: true }),
|
||||
}),
|
||||
...pages,
|
||||
new FaviconsWebpackPlugin('./src/img/icon.png'),
|
||||
new HtmlBeautifyPlugin({
|
||||
|
||||
Reference in New Issue
Block a user