mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-12 04:45:53 +02:00
10 lines
No EOL
181 B
JavaScript
10 lines
No EOL
181 B
JavaScript
module.exports = {
|
|
filenameHashing: false,
|
|
productionSourceMap: false,
|
|
publicPath: "./",
|
|
pages: {
|
|
index: {
|
|
entry: "src/main.js"
|
|
}
|
|
}
|
|
} |