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

match versions

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