Draft: Make initial content publicly available #12

Open
savau wants to merge 54 commits from content 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
},