mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(webpack): correct relative base url to work inside a folder
This commit is contained in:
parent
4ce58eafcb
commit
525d3444fe
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ const METADATA = webpackMerge(commonConfig.metadata, {
|
|||
host: HOST,
|
||||
port: PORT,
|
||||
ENV: ENV,
|
||||
HMR: false
|
||||
HMR: false,
|
||||
baseUrl: ''
|
||||
});
|
||||
|
||||
module.exports = webpackMerge(commonConfig, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue