mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Enable js asset versioning in dev mode so we can use hotload.
This commit is contained in:
parent
ae24fb5eb1
commit
7b244d3034
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue