Skip to content

Commit d840198

Browse files
Revert "Fix for error running anything on Windows"
This reverts commit 0bea97c.
1 parent 0bea97c commit d840198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/modules/pipeline/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const path = require('path');
44

5-
const dappPath = path.normalize(process.env.DAPP_PATH);
5+
const dappPath = process.env.DAPP_PATH;
66
const embarkPath = process.env.EMBARK_PATH;
77

88
const dappNodeModules = path.join(dappPath, 'node_modules');

0 commit comments

Comments
 (0)