mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:33:45 +01:00
Enable js asset versioning in dev mode so we can use hotload.
This commit is contained in:
@@ -82,7 +82,8 @@ Encore
|
||||
.enableBuildNotifications()
|
||||
.enableSourceMaps(!Encore.isProduction())
|
||||
// enables hashed filenames (e.g. app.abc123.css)
|
||||
.enableVersioning(Encore.isProduction())
|
||||
//.enableVersioning(Encore.isProduction())
|
||||
.enableVersioning()
|
||||
|
||||
.configureBabel((config) => {
|
||||
config.plugins.push('@babel/plugin-proposal-class-properties');
|
||||
|
||||
Reference in New Issue
Block a user