Revert "Merge branch 'typescript' into 'develop'"

This reverts merge request !859
This commit is contained in:
Alex Gleason
2022-02-26 23:55:34 +00:00
parent 725b1e43ef
commit 1f549ebe1a
13 changed files with 90 additions and 402 deletions

View File

@ -3,7 +3,6 @@
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');
@ -75,7 +74,6 @@ 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',