From aa13f322e2d59fdc3c50371572c0cad443b798ec Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Wed, 26 May 2021 08:47:29 +0200 Subject: Version 1.0.0 --- webpack.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index a516d18..0598b87 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -26,7 +26,7 @@ module.exports = { extensions: [".ts", "..."], plugins: [new TsconfigPathsPlugin()], }, - devtool:"eval-cheap-module-source-map", + // devtool:"eval-cheap-module-source-map", output: { filename: "bundle.js", path: absolutePath("dist"), @@ -34,7 +34,7 @@ module.exports = { plugins: [ new HtmlWebpackPlugin({ template: "src/index.html", - staticPath: "static", + staticPath: "irc/static", }), ], devServer: { -- cgit v1.3.1