fix: wiki worker.js

This commit is contained in:
tiddlygit-test 2020-12-20 23:35:49 +08:00
parent 7a4a58c1d3
commit 1808972197
4 changed files with 8 additions and 6 deletions

View file

@ -4,7 +4,7 @@ const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
const CspHtmlWebpackPlugin = require('csp-html-webpack-plugin');
module.exports = [
new ForkTsCheckerWebpackPlugin(),
// new ForkTsCheckerWebpackPlugin(),
new webpack.DefinePlugin({
'process.env': '{}',
global: {},