Skip to content

Commit 79ddf83

Browse files
committed
wip
1 parent 085df5d commit 79ddf83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/browser/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TODO: use webpack.config.common.js
2+
13
const path = require('path')
24
const webpack = require('webpack')
35
const TerserPlugin = require('terser-webpack-plugin')

packages/signals/signals-integration-tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../../tsconfig.json",
3-
"exclude": ["node_modules", "dist"],
3+
"exclude": ["node_modules", "dist", "playwright-report"],
44
"compilerOptions": {
55
"jsx": "react",
66
"module": "esnext",

0 commit comments

Comments
 (0)