We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bea97c commit d840198Copy full SHA for d840198
src/lib/modules/pipeline/webpack.config.js
@@ -2,7 +2,7 @@
2
3
const path = require('path');
4
5
-const dappPath = path.normalize(process.env.DAPP_PATH);
+const dappPath = process.env.DAPP_PATH;
6
const embarkPath = process.env.EMBARK_PATH;
7
8
const dappNodeModules = path.join(dappPath, 'node_modules');
0 commit comments