Fix FE_SUBDIRECTORY lint error
This commit is contained in:
parent
6b8be7af3c
commit
59ee3b102d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const configuration: Configuration = {
|
|||
chunkFilename: 'packs/js/[name].chunk.js',
|
||||
hotUpdateChunkFilename: 'packs/js/[id].hot-update.js',
|
||||
path: output.path,
|
||||
publicPath: process.env.FE_SUBDIRECTORY || '/',
|
||||
publicPath: FE_SUBDIRECTORY || '/',
|
||||
},
|
||||
|
||||
optimization: {
|
||||
|
|
Loading…
Reference in a new issue