From ee887197c95a17e693b2d7b720c476e3a483b830 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Wed, 1 Jun 2022 10:32:00 -0700 Subject: [PATCH] Cleaup webpack config --- webpack.config.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/webpack.config.ts b/webpack.config.ts index 398a7cba..e54c1ea2 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -93,28 +93,13 @@ const config: webpack.Configuration = { }, plugins: [ new VueLoaderPlugin(), - // new ForkTsCheckerWebpackPlugin({ - // typescript: { - // diagnosticOptions: { - // semantic: true, - // syntactic: true, - // }, - // configFile: path.resolve(__dirname, "client/tsconfig.json"), - // }, - // }), new webpack.DefinePlugin({ - __VUE_OPTIONS_API__: true, __VUE_PROD_DEVTOOLS__: false, }), new MiniCssExtractPlugin({ filename: "css/style.css", }), new webpack.IgnorePlugin({resourceRegExp: /canvas/}), - - // TODO: verify necessary - new webpack.ProvidePlugin({ - Vue: ["vue/dist/vue.esm.js", "default"], - }), new CopyPlugin({ patterns: [ {