Skip to content

Commit 8e79cce

Browse files
committed
fix: nested node_modules
1 parent 20c13be commit 8e79cce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/utils/webpack-config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ export const getWebpackConfig = async (opts: IOptions) => {
270270
],
271271
},
272272
resolve: {
273-
modules: selfAndProjectNodeModules,
274273
alias: {
275274
// Src alias to ./src
276275
...(globalState.sourceConfig.type === 'project' && {

0 commit comments

Comments
 (0)