Revert "Merge branch 'revert-f59d977a' into 'develop'"

This reverts merge request !1056
This commit is contained in:
Alex Gleason
2022-02-27 00:13:35 +00:00
parent 7d2ccc7204
commit 3a5c62cb70
13 changed files with 402 additions and 90 deletions

View File

@ -3,6 +3,7 @@
const { join, resolve } = require('path');
const CopyPlugin = require('copy-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const HtmlWebpackHarddiskPlugin = require('html-webpack-harddisk-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
@ -74,6 +75,7 @@ module.exports = {
new webpack.ProvidePlugin({
process: 'process/browser',
}),
new ForkTsCheckerWebpackPlugin(),
new MiniCssExtractPlugin({
filename: 'packs/css/[name]-[contenthash:8].css',
chunkFilename: 'packs/css/[name]-[contenthash:8].chunk.css',