Modify project structure. Start from scratch and get rid of react-scripts
Showing
.babelrc
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -9,13 +9,25 @@ |
"react": "^16.4.1", | ||
"react-bootstrap": "^0.32.1", | ||
"react-dom": "^16.4.1", | ||
"react-localization": "^1.0.10", | ||
"react-scripts": "1.1.4" | ||
"react-localization": "^1.0.10" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
"buildDev": "webpack --mode=development --devtool=source-map", | ||
"build": "webpack --mode=production" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"css-loader": "^0.28.11", | ||
"file-loader": "^1.1.11", | ||
"style-loader": "^0.21.0", | ||
"url-loader": "^1.0.1", | ||
"webpack": "^4.15.1", | ||
"webpack-command": "^0.4.0" | ||
} | ||
} |
public/manifest.json
deleted
100644 → 0
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment