mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 23:06:36 +02:00
initial commit
This commit is contained in:
11
vue.config.js
Normal file
11
vue.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
indexPath: 'main.html',
|
||||
filenameHashing: false,
|
||||
configureWebpack: config => {
|
||||
config.entry = {
|
||||
app: [
|
||||
'./frontend/main.js'
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user