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 feba778 commit 04cf063Copy full SHA for 04cf063
webpack.common.js
@@ -2,8 +2,8 @@ const merge = require('webpack-merge');
2
const HtmlWebpackPlugin = require('html-webpack-plugin');
3
const path = require('path');
4
5
-function srcPath(path) {
6
- return path.join(__dirname, path);
+function srcPath(src) {
+ return path.join(__dirname, src);
7
}
8
9
let mainConfig = {
0 commit comments