Skip to content

Commit

Permalink
chore: update Webpack to latest (#18919)
Browse files Browse the repository at this point in the history
* chore: update Webpack to latest

* tweak env variable

* dedupe terser, terser-webpack-plugin, acorn & enhanced-resolve
  • Loading branch information
layershifter committed Jul 14, 2021
1 parent fce57b2 commit 96ee2ca
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 172 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -178,15 +178,15 @@
"style-loader": "2.0.0",
"syncpack": "5.6.10",
"tsconfig-paths": "3.9.0",
"terser": "5.5.1",
"terser-webpack-plugin": "5.1.1",
"terser": "5.7.1",
"terser-webpack-plugin": "5.1.4",
"tmp": "0.2.1",
"ts-jest": "24.3.0",
"ts-loader": "8.0.14",
"tsconfig-paths-webpack-plugin": "3.5.1",
"tslib": "2.2.0",
"typescript": "4.1.5",
"webpack": "5.21.2",
"webpack": "5.44.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.3.1",
"webpack-dev-middleware": "4.2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/fluentui/digest/package.json
Expand Up @@ -19,8 +19,7 @@
},
"dependencies": {
"just-scripts": "1.3.1",
"querystring": "^0.2.0",
"webpack": "5.21.2"
"querystring": "^0.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion scripts/webpack/webpack.config.e2e.ts
Expand Up @@ -40,7 +40,7 @@ const webpackConfig: webpack.Configuration = {
],
},
plugins: [
new webpack.DefinePlugin(getDefaultEnvironmentVars()),
new webpack.DefinePlugin(getDefaultEnvironmentVars(true)),
new ForkTsCheckerWebpackPlugin({
typescript: {
configFile: paths.e2e('tsconfig.json'),
Expand Down

0 comments on commit 96ee2ca

Please sign in to comment.