summaryrefslogtreecommitdiffstats
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-26 08:47:29 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-26 08:47:29 +0200
commitaa13f322e2d59fdc3c50371572c0cad443b798ec (patch)
tree3b3f735f3f49d778366f5ee0f2b00a3c0159a3f5 /webpack.config.ts
parent28497b06e208cd8fd4aa94756c7a5626c18d9878 (diff)
downloadIRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.tar.gz
IRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.tar.zst
IRC-aa13f322e2d59fdc3c50371572c0cad443b798ec.zip
Version 1.0.0
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts4
1 files changed, 2 insertions, 2 deletions
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: {