We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fc466 commit 6b95725Copy full SHA for 6b95725
desktop/webpack.config.js
@@ -122,7 +122,8 @@ module.exports = [
122
// ------ UI Part --------------------------
123
{
124
entry: {
125
- bundle: ['@hcengineering/theme/styles/global.scss', ...['./src/ui/index.ts']]
+ bundle: ['@hcengineering/theme/styles/global.scss', ...['./src/ui/index.ts']],
126
+ 'recorder-worker': '@hcengineering/recorder-resources/src/recorder-worker.ts'
127
},
128
ignoreWarnings: [
129
@@ -147,7 +148,7 @@ module.exports = [
147
148
149
output: {
150
path: path.join(__dirname, '/dist/ui/'),
- filename: 'bundle.js',
151
+ filename: '[name].js',
152
chunkFilename: '[name].js',
153
publicPath: './',
154
chunkFormat: false,
0 commit comments