Skip to content

Commit 3609e33

Browse files
author
Maël Nison
committed
Bumps to [email protected], removes symlinks: false
1 parent 747ba0e commit 3609e33

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

packages/react-scripts/config/webpack.config.dev.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,19 +160,13 @@ module.exports = {
160160
// Make sure your source files are compiled, as they will not be processed in any way.
161161
new ModuleScopePlugin(paths.appSrc, [paths.appPackageJson]),
162162
],
163-
// Plug'n'Play relies on symlink for its virtual paths (ie peer dependencies), which Webpack
164-
// always resolve to the absolute path on disk by default.
165-
symlinks: false,
166163
},
167164
resolveLoader: {
168165
plugins: [
169166
// Also related to Plug'n'Play, but this time it tells Webpack to load its loaders
170167
// from the current package.
171168
PnpWebpackPlugin.moduleLoader(module),
172169
],
173-
// Plug'n'Play relies on symlink for its virtual paths (ie peer dependencies), which Webpack
174-
// always resolve to the absolute path on disk by default.
175-
symlinks: false,
176170
},
177171
module: {
178172
strictExportPresence: true,

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,19 +215,13 @@ module.exports = {
215215
// Make sure your source files are compiled, as they will not be processed in any way.
216216
new ModuleScopePlugin(paths.appSrc, [paths.appPackageJson]),
217217
],
218-
// Plug'n'Play relies on symlink for its virtual paths (ie peer dependencies), which Webpack
219-
// always resolve to the absolute path on disk by default.
220-
symlinks: false,
221218
},
222219
resolveLoader: {
223220
plugins: [
224221
// Also related to Plug'n'Play, but this time it tells Webpack to load its loaders
225222
// from the current package.
226223
PnpWebpackPlugin.moduleLoader(module),
227224
],
228-
// Plug'n'Play relies on symlink for its virtual paths (ie peer dependencies), which Webpack
229-
// always resolve to the absolute path on disk by default.
230-
symlinks: false,
231225
},
232226
module: {
233227
strictExportPresence: true,

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jest-resolve": "23.6.0",
5252
"mini-css-extract-plugin": "0.4.3",
5353
"optimize-css-assets-webpack-plugin": "5.0.1",
54-
"pnp-webpack-plugin": "1.0.2",
54+
"pnp-webpack-plugin": "1.1.0",
5555
"postcss-flexbugs-fixes": "4.1.0",
5656
"postcss-loader": "3.0.0",
5757
"postcss-preset-env": "6.0.6",

0 commit comments

Comments
 (0)