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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2019-02-09 20:18:47 +0300
committerjimfrenette <jimfrenette@yahoo.com>2019-02-09 20:18:47 +0300
commitbba82334d8ed33cd4f6090cb6d688006a082794f (patch)
treea477111fa797e43b828fc837efdc7c7b991f8c94 /webpack
parente1f6d328302e17f0d7982f57b0f1dda24fbf9a0f (diff)
change webpack build output path to static dir
Diffstat (limited to 'webpack')
-rw-r--r--webpack/base.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack/base.config.js b/webpack/base.config.js
index 9c11902..1ae80a8 100644
--- a/webpack/base.config.js
+++ b/webpack/base.config.js
@@ -9,6 +9,9 @@ module.exports = {
plugins: [
new MiniCssExtractPlugin
],
+ output: {
+ path: path.resolve(__dirname, '../static/dist')
+ },
module: {
rules: [
{