summaryrefslogtreecommitdiffstats
path: root/webpack.config.ts
diff options
context:
space:
mode:
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: {