File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -160,19 +160,13 @@ module.exports = {
160
160
// Make sure your source files are compiled, as they will not be processed in any way.
161
161
new ModuleScopePlugin ( paths . appSrc , [ paths . appPackageJson ] ) ,
162
162
] ,
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 ,
166
163
} ,
167
164
resolveLoader : {
168
165
plugins : [
169
166
// Also related to Plug'n'Play, but this time it tells Webpack to load its loaders
170
167
// from the current package.
171
168
PnpWebpackPlugin . moduleLoader ( module ) ,
172
169
] ,
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 ,
176
170
} ,
177
171
module : {
178
172
strictExportPresence : true ,
Original file line number Diff line number Diff line change @@ -215,19 +215,13 @@ module.exports = {
215
215
// Make sure your source files are compiled, as they will not be processed in any way.
216
216
new ModuleScopePlugin ( paths . appSrc , [ paths . appPackageJson ] ) ,
217
217
] ,
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 ,
221
218
} ,
222
219
resolveLoader : {
223
220
plugins : [
224
221
// Also related to Plug'n'Play, but this time it tells Webpack to load its loaders
225
222
// from the current package.
226
223
PnpWebpackPlugin . moduleLoader ( module ) ,
227
224
] ,
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 ,
231
225
} ,
232
226
module : {
233
227
strictExportPresence : true ,
Original file line number Diff line number Diff line change 51
51
"jest-resolve" : " 23.6.0" ,
52
52
"mini-css-extract-plugin" : " 0.4.3" ,
53
53
"optimize-css-assets-webpack-plugin" : " 5.0.1" ,
54
- "pnp-webpack-plugin" : " 1.0.2 " ,
54
+ "pnp-webpack-plugin" : " 1.1.0 " ,
55
55
"postcss-flexbugs-fixes" : " 4.1.0" ,
56
56
"postcss-loader" : " 3.0.0" ,
57
57
"postcss-preset-env" : " 6.0.6" ,
You can’t perform that action at this time.
0 commit comments