Skip to content

Commit 38b8b1e

Browse files
chore: tweaks
1 parent 4f29cbd commit 38b8b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path');
33
const htmlWebpackPlugin = require('html-webpack-plugin');
44
const copyWebpackPlugin = require('copy-webpack-plugin');
55
const NODE_ENV = process.env.NODE_ENV;
6-
const PROJECT_ROOT = path.resolve(__dirname, '../../..'); // node_modules/@technote-space/ga-framework
6+
const PROJECT_ROOT = path.resolve(__dirname, '../../..');
77
const OUTPUT_DIR = path.resolve(PROJECT_ROOT, 'build');
88

99
module.exports = {

0 commit comments

Comments
 (0)