From 8ddcea814aedabf1bf6ffdc6f021d42739a68292 Mon Sep 17 00:00:00 2001 From: Nikos Xenakis Date: Sat, 30 Sep 2023 20:38:11 +0100 Subject: [PATCH] docs folder added --- {build => docs}/assets/images/profile.png | Bin {build => docs}/assets/styles/bootstrap.css | 0 {build => docs}/assets/styles/index.css | 0 {build => docs}/index.bundle.js | 0 {build => docs}/index.html | 0 {build => docs}/react.bundle.js | 0 {build => docs}/vendors.bundle.js | 0 webpack.common.js | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) rename {build => docs}/assets/images/profile.png (100%) rename {build => docs}/assets/styles/bootstrap.css (100%) rename {build => docs}/assets/styles/index.css (100%) rename {build => docs}/index.bundle.js (100%) rename {build => docs}/index.html (100%) rename {build => docs}/react.bundle.js (100%) rename {build => docs}/vendors.bundle.js (100%) diff --git a/build/assets/images/profile.png b/docs/assets/images/profile.png similarity index 100% rename from build/assets/images/profile.png rename to docs/assets/images/profile.png diff --git a/build/assets/styles/bootstrap.css b/docs/assets/styles/bootstrap.css similarity index 100% rename from build/assets/styles/bootstrap.css rename to docs/assets/styles/bootstrap.css diff --git a/build/assets/styles/index.css b/docs/assets/styles/index.css similarity index 100% rename from build/assets/styles/index.css rename to docs/assets/styles/index.css diff --git a/build/index.bundle.js b/docs/index.bundle.js similarity index 100% rename from build/index.bundle.js rename to docs/index.bundle.js diff --git a/build/index.html b/docs/index.html similarity index 100% rename from build/index.html rename to docs/index.html diff --git a/build/react.bundle.js b/docs/react.bundle.js similarity index 100% rename from build/react.bundle.js rename to docs/react.bundle.js diff --git a/build/vendors.bundle.js b/docs/vendors.bundle.js similarity index 100% rename from build/vendors.bundle.js rename to docs/vendors.bundle.js diff --git a/webpack.common.js b/webpack.common.js index c1e7fd3..4033312 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -16,7 +16,7 @@ module.exports = { }, output: { filename: '[name].bundle.js', - path: path.resolve(__dirname, 'build'), + path: path.resolve(__dirname, 'docs'), }, optimization: { minimizer: [