Skip to content

Commit 0e0b591

Browse files
committed
chore: fix preview bundling
1 parent e9d03ed commit 0e0b591

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/customWidgets/signature-web/webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ const previewConfig = {
7373
rules: [
7474
{
7575
test: /\.tsx?$/,
76-
loader: "ts-loader",
77-
options: {
78-
compilerOptions: {
79-
module: "CommonJS"
80-
}
81-
}
76+
loader: "ts-loader"
8277
},
8378
{
8479
test: /\.(sa|sc|c)ss$/,

0 commit comments

Comments
 (0)