Skip to content
Snippets Groups Projects
Commit 25fb69df authored by JYCHOI's avatar JYCHOI
Browse files

match versions

parent 75f20cf3
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
# production # production
/build /build
package-lock.json
# misc # misc
.DS_Store .DS_Store
.env.local .env.local
......
...@@ -3,15 +3,12 @@ ...@@ -3,15 +3,12 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"ejs": "^2.6.1", "react": "^18.2.0",
"path": "^0.12.7", "react-dom": "^18.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3",
"webpack-dev-server": "^3.1.14" "webpack-dev-server": "^3.1.14"
}, },
"scripts": { "scripts": {
"start": "webpack-dev-server --open --mode development", "start": "webpack-dev-server --open --mode development --port 3000",
"build": "webpack --mode production" "build": "webpack --mode production"
}, },
"eslintConfig": { "eslintConfig": {
......
...@@ -20,7 +20,8 @@ module.exports = { ...@@ -20,7 +20,8 @@ module.exports = {
}, },
devServer: { devServer: {
contentBase: './public', contentBase: './public',
hot: true hot: true,
disableHostCheck: true,
}, },
plugins: [ plugins: [
new webpack.HotModuleReplacementPlugin() new webpack.HotModuleReplacementPlugin()
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment