Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added front/.DS_Store
Binary file not shown.
Binary file added front/assets/.DS_Store
Binary file not shown.
Binary file added front/assets/infoPage/.DS_Store
Binary file not shown.
Binary file added front/assets/infoPage/InfoMain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/assets/infoPage/InfoMain2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/assets/infoPage/mainImage2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/assets/infoPage/mainImage3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/assets/infoPage/mainImage4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added front/assets/infoPage/mainImage5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 33 additions & 21 deletions front/config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,38 @@ const { merge } = require("webpack-merge");
const common = require("./webpack.common");

module.exports = merge(common, {
mode: "development",
devtool: "inline-source-map",
devServer: {
open: false,
hot: true,
compress: true,
port: 8081,
historyApiFallback: true,
liveReload: true,
},
output: {
filename: "[name].[contenthash].js",
publicPath: "/",
},
module: {
rules: [
{
test: /\.(sa|sc|c)ss$/i,
use: ["style-loader", "css-loader", "sass-loader"],
mode: "development",
devtool: "inline-source-map",
devServer: {
open: false,
hot: true,
compress: true,
port: 8081,
historyApiFallback: true,
liveReload: true,
},
output: {
filename: "[name].[contenthash].js",
publicPath: "/",
},
module: {
rules: [
{
test: /\.(sa|sc|c)ss$/i,
use: [
"style-loader",
{
loader: "css-loader",
options: {
modules: {
localIdentName: "[local]--[hash:base64:5]",
},
},
},
"sass-loader",
],
},
});
// use: ["style-loader", "css-loader", "sass-loader"],
},
],
},
});
1,213 changes: 1,213 additions & 0 deletions front/node_modules/.yarn-integrity

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions front/node_modules/ansi-regex/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions front/node_modules/ansi-regex/license

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions front/node_modules/ansi-regex/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions front/node_modules/ansi-regex/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions front/node_modules/regenerator-runtime/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions front/node_modules/regenerator-runtime/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading