Skip to content

Commit

Permalink
chore: update webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Sep 13, 2024
1 parent 4dc5778 commit 19f3772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/webpack/config.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BannerPlugin = require('./util/banner-plugin');
const { nodePolyfill } = require('./util');
const { findPortSync } = require('./util/find-porter');
const { config } = require('./util');
const pkg = require('../../../package.json');
const pkg = require('../../../lerna.json');

const defaultHost = 'localhost';
const HOST = process.env.HOST || defaultHost;
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const fse = require('fs-extra');
const path = require('path');
const pkg = require('../../package.json');
const pkg = require('../../lerna.json');

/**
* @param {string[]} files
Expand Down

0 comments on commit 19f3772

Please sign in to comment.