Skip to content

Commit

Permalink
fixup! Refactor(web-react): Use warning utility instead of console.…
Browse files Browse the repository at this point in the history
…warn
  • Loading branch information
literat committed Jan 5, 2024
1 parent 8ba95b9 commit 53350f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-react/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
loader: 'ts-loader',
include: [
path.resolve(__dirname, '../src'), // library
path.resolve(__dirname, '../../common'), // common
],
options: {
configFile: require.resolve('./tsconfig.webpack.json'),
Expand Down

0 comments on commit 53350f6

Please sign in to comment.