File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const devConfig = {
2828 plugins : [ new TsconfigPathsPlugin ( { configFile : "tsconfig.dev.json" } ) ] ,
2929 } ,
3030 output : {
31- publicPath : "auto " ,
31+ publicPath : "http://localhost:8084/ " ,
3232 } ,
3333 devServer : {
3434 port : 8084 ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const devConfig = {
1717 plugins : [ new TsconfigPathsPlugin ( { configFile : "tsconfig.dev.json" } ) ] ,
1818 } ,
1919 output : {
20- publicPath : "auto " ,
20+ publicPath : "http://localhost:8081/ " ,
2121 } ,
2222 devServer : {
2323 port : 8081 ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const devConfig = {
1818 plugins : [ new TsconfigPathsPlugin ( { configFile : "tsconfig.dev.json" } ) ] ,
1919 } ,
2020 output : {
21- publicPath : "auto " ,
21+ publicPath : "http://localhost:8083/ " ,
2222 } ,
2323 devServer : {
2424 port : 8083 ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const devConfig = {
3131 plugins : [ new TsconfigPathsPlugin ( { configFile : "tsconfig.dev.json" } ) ] ,
3232 } ,
3333 output : {
34- publicPath : "auto " ,
34+ publicPath : "http://localhost:8082/ " ,
3535 } ,
3636 devServer : {
3737 open : false ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const devConfig = {
2929 plugins : [ new TsconfigPathsPlugin ( { configFile : "tsconfig.dev.json" } ) ] ,
3030 } ,
3131 output : {
32- publicPath : "auto " ,
32+ publicPath : "http://localhost:8080/ " ,
3333 } ,
3434 devServer : {
3535 port : 8080 ,
You can’t perform that action at this time.
0 commit comments