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