Config issues.

This commit is contained in:
richburdon 2020-05-31 14:38:44 -04:00
parent d18a1475ea
commit e3bc36ae6d
3 changed files with 1370 additions and 80 deletions

View File

@ -58,6 +58,8 @@
"@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.4.5", "@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@webpack-cli/info": "^0.2.0",
"@webpack-cli/init": "^0.3.0",
"babel-eslint": "^10.0.2", "babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0", "babel-jest": "^24.8.0",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
@ -83,7 +85,7 @@
"semistandard": "^14.2.0", "semistandard": "^14.2.0",
"webpack": "^4.41.2", "webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0", "webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10", "webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2", "webpack-merge": "^4.2.2",
"webpack-version-file-plugin": "^0.4.0", "webpack-version-file-plugin": "^0.4.0",

View File

@ -72,8 +72,7 @@ module.exports = {
// NOTE: Must be defined below Dotenv (otherwise will override). // NOTE: Must be defined below Dotenv (otherwise will override).
// https://webpack.js.org/plugins/environment-plugin // https://webpack.js.org/plugins/environment-plugin
new webpack.EnvironmentPlugin({ // new webpack.EnvironmentPlugin({}),
}),
// Define the build config file based on the target. // Define the build config file based on the target.
// https://webpack.js.org/plugins/normal-module-replacement-plugin // https://webpack.js.org/plugins/normal-module-replacement-plugin

1443
yarn.lock

File diff suppressed because it is too large Load Diff