Draft: New more dynamic structure #9

Open
gkleen wants to merge 30 commits from restructure into main
Showing only changes of commit eb5e71d90a - Show all commits

View File

@ -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
},