We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f29cbd commit 38b8b1eCopy full SHA for 38b8b1e
webpack.common.js
@@ -3,7 +3,7 @@ const path = require('path');
3
const htmlWebpackPlugin = require('html-webpack-plugin');
4
const copyWebpackPlugin = require('copy-webpack-plugin');
5
const NODE_ENV = process.env.NODE_ENV;
6
-const PROJECT_ROOT = path.resolve(__dirname, '../../..'); // node_modules/@technote-space/ga-framework
+const PROJECT_ROOT = path.resolve(__dirname, '../../..');
7
const OUTPUT_DIR = path.resolve(PROJECT_ROOT, 'build');
8
9
module.exports = {
0 commit comments