Skip to content

Commit a906465

Browse files
test: fix
1 parent 1861135 commit a906465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-src/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const library = webpack.webpack
1111
type: "commonjs",
1212
},
1313
}
14-
: { libraryTarget: "commonjs", libraryExport: "default" };
14+
: { libraryTarget: "umd" };
1515

1616
const baseForModules = {
1717
devtool: false,

0 commit comments

Comments
 (0)