We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c13be commit 8e79cceCopy full SHA for 8e79cce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pri",
3
- "version": "4.0.3",
+ "version": "4.0.4",
4
"types": "src/node/index.ts",
5
"main": "built/node/index.js",
6
"scripts": {
src/utils/webpack-config.ts
@@ -270,7 +270,6 @@ export const getWebpackConfig = async (opts: IOptions) => {
270
],
271
},
272
resolve: {
273
- modules: selfAndProjectNodeModules,
274
alias: {
275
// Src alias to ./src
276
...(globalState.sourceConfig.type === 'project' && {
0 commit comments