Config issues.
This commit is contained in:
parent
d18a1475ea
commit
e3bc36ae6d
@ -58,6 +58,8 @@
|
||||
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@webpack-cli/info": "^0.2.0",
|
||||
"@webpack-cli/init": "^0.3.0",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-jest": "^24.8.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
@ -83,7 +85,7 @@
|
||||
"semistandard": "^14.2.0",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
"webpack-cli": "^3.3.10",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-dev-server": "^3.11.0",
|
||||
"webpack-merge": "^4.2.2",
|
||||
"webpack-version-file-plugin": "^0.4.0",
|
||||
|
@ -72,8 +72,7 @@ module.exports = {
|
||||
|
||||
// NOTE: Must be defined below Dotenv (otherwise will override).
|
||||
// https://webpack.js.org/plugins/environment-plugin
|
||||
new webpack.EnvironmentPlugin({
|
||||
}),
|
||||
// new webpack.EnvironmentPlugin({}),
|
||||
|
||||
// Define the build config file based on the target.
|
||||
// https://webpack.js.org/plugins/normal-module-replacement-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user