Skip to content

Commit f88b236

Browse files
authored
fix: public path for dynamically imported codecs / worker (#398)
1 parent e38c066 commit f88b236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/webpack/webpack-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
},
2424
globalObject: 'this',
2525
path: outputPath,
26-
publicPath: '',
26+
publicPath: '/',
2727
},
2828
devtool: 'source-map',
2929
externals: {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '4.0.0-rc3';
1+
export default '0.0.0-semantically-released';

0 commit comments

Comments
 (0)