relative urls in webpack emitted bundles
This commit is contained in:
parent
0ad0613fa6
commit
eb5e71d90a
@ -24,7 +24,8 @@ const config = {
|
||||
chunkFilename: '[chunkhash].js',
|
||||
filename: '[chunkhash].js',
|
||||
path: path.resolve(__dirname, 'dist', `wp-${webpackVersion}`),
|
||||
publicPath: `/wp-${webpackVersion}/`,
|
||||
// publicPath: `/wp-${webpackVersion}/`,
|
||||
publicPath: `./`,
|
||||
hashFunction: 'shake256',
|
||||
hashDigestLength: 36
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user