mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
Remove preceding /
from public JS path (#11804)
This commit is contained in:
parent
2ee59ccad8
commit
1fbac909cb
@ -12,7 +12,7 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../../public/build'),
|
||||
filename: '[name].[hash].js',
|
||||
publicPath: "/public/build/",
|
||||
publicPath: "public/build/",
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.ts', '.tsx', '.es6', '.js', '.json'],
|
||||
|
Loading…
Reference in New Issue
Block a user