Skip to content

Commit b25cccd

Browse files
committed
(refs #463) fixed race condition on webpack
1 parent 885f950 commit b25cccd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const sharedConfig = {
3838
};
3939

4040
const embedConfig = {
41+
name: 'embed',
4142
...sharedConfig,
4243
entry: './src/embed.ts',
4344
output: {
@@ -54,6 +55,8 @@ const embedConfig = {
5455
};
5556

5657
const embedCoreConfig = {
58+
name: 'embed-core',
59+
dependencies: ['embed'],
5760
...sharedConfig,
5861
entry: './src/embed-core.ts',
5962
output: {

0 commit comments

Comments
 (0)