mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
chore: namespace webpack output
This commit is contained in:
parent
0c69604fb2
commit
82be417197
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = function createBaseConfig(props) {
|
|||
config
|
||||
.mode(isProd ? 'production' : 'development')
|
||||
.output.path(outDir)
|
||||
.filename(isProd ? '[name].[chunkhash].js' : '[name].js')
|
||||
.filename(isProd ? 'static/js/[name].[chunkhash].js' : 'static/js/[name].js')
|
||||
.publicPath(isProd ? publicPath : '/');
|
||||
|
||||
config.resolve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue