mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Fix publicPath of standalone_app
This commit is contained in:
@@ -34,7 +34,7 @@ var config = [
|
||||
output: {
|
||||
path: __dirname + '/public/',
|
||||
filename: 'bundle.js',
|
||||
publicPath: '/'
|
||||
publicPath: '/public/'
|
||||
},
|
||||
module: {
|
||||
rules: [{ oneOf: [typeScriptLoader] }]
|
||||
|
||||
Reference in New Issue
Block a user