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 d20cd7d commit 86a57f3Copy full SHA for 86a57f3
tools/webpack.config.js
@@ -17,7 +17,7 @@ import overrideRules from './lib/overrideRules';
17
import pkg from '../package.json';
18
19
const ROOT_DIR = path.resolve(__dirname, '..');
20
-const SRC_DIR = `${ROOT_DIR}/src`;
+const SRC_DIR = path.join(ROOT_DIR, 'src');
21
const BUILD_DIR = `${ROOT_DIR}/build`;
22
const NODE_MODULES_DIR = `${ROOT_DIR}/node_modules`;
23
0 commit comments