Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2022-01-08 23:36:55 +0300
committerGitHub <noreply@github.com>2022-01-08 23:36:55 +0300
commit09c3656fada4adc862200cc3c702312fe28285df (patch)
tree0c5d69b12023b7bd80ba821517db431bb1d28892 /webpack.config.js
parentd89f0246eacb483988cb4e57f41232508e8d6421 (diff)
chore: rename the main bundle to main.js (#270)v0.22.2
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 1dc1f5f..3b0b7ae 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -16,7 +16,7 @@ var config = {
path.resolve("src", "sass", "mobile.scss"),
path.resolve("src", "sass", "print.scss")
],
- bundle: path.resolve("src", "js", "app.js"),
+ main: path.resolve("src", "js", "app.js"),
mermaid: path.resolve("src", "js", "mermaid.js"),
katex: [path.resolve("src", "js", "katex.js")].concat(
glob.sync(path.join(nodeModulesPath, "katex", "dist", "fonts", "*.{woff,woff2}"))