Set workerPublicPath in webpack config (#20629)
GitOrigin-RevId: 3fba33a6b52bf2a91f3126efc9d76f6f1dfbc1c4
This commit is contained in:
@@ -98,6 +98,7 @@ module.exports = {
|
||||
path: path.join(__dirname, 'public'),
|
||||
|
||||
publicPath: '/',
|
||||
workerPublicPath: '/',
|
||||
|
||||
// By default write into js directory
|
||||
filename: 'js/[name]-[contenthash].js',
|
||||
|
||||
Reference in New Issue
Block a user