fix: lowercase BaseURL [filebrowser/filebrowser#522] (#40)

This commit is contained in:
Rene Kaufmann
2018-11-19 18:15:25 +01:00
committed by 1138-4EB
parent cad2a989c1
commit 218e638f88
6 changed files with 25 additions and 25 deletions

View File

@@ -119,7 +119,7 @@ var webpackConfig = merge(baseWebpackConfig, {
new SWPrecacheWebpackPlugin({
cacheId: 'File Browser',
filename: 'sw.js',
replacePrefix: '{{ .BaseURL }}/',
replacePrefix: '{{ .baseurl }}/',
staticFileGlobs: ['dist/**/*.{js,html,css}'],
minify: true,
stripPrefix: 'dist/'